1
0
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:
Sandu Liviu Catalin 2016-11-17 00:24:24 +02:00
parent 2d07ed67b9
commit 324ee99260

View File

@ -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: