mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
Minor comment fix in Routine class.
This commit is contained in:
parent
2d07ed67b9
commit
324ee99260
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user