mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 05:50:31 +00:00
missed define
This commit is contained in:
parent
564d48e95f
commit
f2292a6a1f
2 changed files with 7 additions and 1 deletions
|
|
@ -97,6 +97,12 @@ bool Platform::displaySplashWindow( String path )
|
|||
|
||||
SDL_RenderPresent(gSplashRenderer);
|
||||
|
||||
SDL_DestroyTexture(gSplashTexture);
|
||||
gSplashTexture = nullptr;
|
||||
|
||||
SDL_DestroyRenderer(gSplashRenderer);
|
||||
gSplashRenderer = nullptr;
|
||||
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue