mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
ACE tickTime based on ACE_time.
This commit is contained in:
@ -83,7 +83,7 @@
|
|||||||
#define HASHLIST_PUSH(hashList, value) ([hashList, value, __FILE__, __LINE__] call EFUNC(common,hashListPush))
|
#define HASHLIST_PUSH(hashList, value) ([hashList, value, __FILE__, __LINE__] call EFUNC(common,hashListPush))
|
||||||
|
|
||||||
// Time functions for accuracy per frame
|
// Time functions for accuracy per frame
|
||||||
#define ACE_tickTime (ACE_diagTime + (diag_tickTime - ACE_diagTime))
|
#define ACE_tickTime (ACE_time + (diag_tickTime - ACE_diagTime))
|
||||||
|
|
||||||
|
|
||||||
#include "script_debug.hpp"
|
#include "script_debug.hpp"
|
Reference in New Issue
Block a user