mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-09-08 16:17:11 +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_Last; // Last time point.
|
||||||
static Time s_Prev; // Previous 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.
|
static Objects s_Objects; // List of existing routines and their associated object.
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
Reference in New Issue
Block a user