Update thread ids for 64bit support.

This commit is contained in:
Jeff Hutchinson 2021-08-29 20:34:57 -04:00
parent 0287f7717b
commit 633bc040d0
5 changed files with 26 additions and 26 deletions

View file

@ -442,7 +442,7 @@ inline bool isSFXThread()
{
ThreadSafeRef< SFXUpdateThread > sfxThread = UPDATE_THREAD();
U32 threadId;
dsize_t threadId;
if( sfxThread != NULL )
threadId = sfxThread->getId();
else