1
This commit is contained in:
@@ -37,6 +37,7 @@ namespace BITKit
|
||||
_ActionQueue.Clear();
|
||||
//_TickActions.Clear();
|
||||
TickCount = ulong.MinValue;
|
||||
_TickEvents = null;
|
||||
}
|
||||
private static readonly Queue<Action> _ActionQueue = new();
|
||||
// private static readonly CacheList<Action<float>> _TickActions = new();
|
||||
|
Reference in New Issue
Block a user