fix ASSERT in IH_DInput on WindowReset because RageThread incorrectly reports that it's created
This commit is contained in:
@@ -253,6 +253,7 @@ int RageThread::Wait()
|
|||||||
|
|
||||||
int ret;
|
int ret;
|
||||||
SDL_WaitThread(thr, &ret);
|
SDL_WaitThread(thr, &ret);
|
||||||
|
thr = NULL;
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user