diff --git a/src/sdl/i_system.c b/src/sdl/i_system.c index 43099a4ff..23189b741 100644 --- a/src/sdl/i_system.c +++ b/src/sdl/i_system.c @@ -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();