mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Applied virtual time acceleration to the master ACE_time. Created ACE_tickTime macro, to provide same-frame millisecond resolution.
This commit is contained in:
@ -82,4 +82,8 @@
|
||||
#define HASHLIST_SET(hashList, index, value) ([hashList, index, value, __FILE__, __LINE__] call EFUNC(common,hashListSet))
|
||||
#define HASHLIST_PUSH(hashList, value) ([hashList, value, __FILE__, __LINE__] call EFUNC(common,hashListPush))
|
||||
|
||||
// Time functions for accuracy per frame
|
||||
#define ACE_tickTime (ACE_tickTime + (diag_tickTime - ACE_tickTime))
|
||||
|
||||
|
||||
#include "script_debug.hpp"
|
Reference in New Issue
Block a user