mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-21 04:15:36 +00:00
Update thread ids for 64bit support.
This commit is contained in:
parent
0287f7717b
commit
633bc040d0
5 changed files with 26 additions and 26 deletions
|
|
@ -442,7 +442,7 @@ inline bool isSFXThread()
|
|||
{
|
||||
ThreadSafeRef< SFXUpdateThread > sfxThread = UPDATE_THREAD();
|
||||
|
||||
U32 threadId;
|
||||
dsize_t threadId;
|
||||
if( sfxThread != NULL )
|
||||
threadId = sfxThread->getId();
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue