mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
uninitialized variables-platform
(cherry picked from commit 36fd324de7a29a8f4bb84b7622ae925acb1d3760)
This commit is contained in:
parent
bfcc83638d
commit
bd8a72005e
7 changed files with 17 additions and 6 deletions
|
|
@ -59,6 +59,7 @@ AsyncPeriodicUpdateThread::AsyncPeriodicUpdateThread( String name,
|
|||
|
||||
// This is a bit contrived. The 'dueTime' is in 100 nanosecond intervals
|
||||
// and relative if it is negative. The period is in milliseconds.
|
||||
mIntervalMS = intervalMS;
|
||||
|
||||
LARGE_INTEGER deltaTime;
|
||||
deltaTime.QuadPart = - LONGLONG( intervalMS * 10 /* micro */ * 1000 /* milli */ );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue