mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-09 12:46:19 +00:00
Call R_PrintTextureDuplicates on I_Quit too
Fixes crash from thread terminating if the program exits before the title screen.
This commit is contained in:
parent
6d43670673
commit
666837c620
1 changed files with 5 additions and 0 deletions
|
|
@ -1457,6 +1457,11 @@ void I_Quit(void)
|
|||
if (metalrecording)
|
||||
G_StopMetalRecording(false);
|
||||
|
||||
#ifdef DEVELOP
|
||||
// Join up with thread if waiting
|
||||
R_PrintTextureDuplicates();
|
||||
#endif
|
||||
|
||||
D_QuitNetGame();
|
||||
CL_AbortDownloadResume();
|
||||
M_FreePlayerSetupColors();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue