mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-07-03 15:37:12 +02:00
Minor comment fix in Routine class.
This commit is contained in:
@ -49,7 +49,7 @@ protected:
|
||||
// --------------------------------------------------------------------------------------------
|
||||
static Time s_Last; // Last time point.
|
||||
static Time s_Prev; // Previous time point.
|
||||
static Routines s_Routines; // Buckets of routines grouped by similar intervals.
|
||||
static Routines s_Routines; // List of routines to be processed.
|
||||
static Objects s_Objects; // List of existing routines and their associated object.
|
||||
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user