mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
Update sdlSplashScreen.cpp
This commit is contained in:
parent
4098be88db
commit
69ab86f87b
1 changed files with 1 additions and 7 deletions
|
|
@ -97,12 +97,6 @@ bool Platform::displaySplashWindow( String path )
|
||||||
|
|
||||||
SDL_RenderPresent(gSplashRenderer);
|
SDL_RenderPresent(gSplashRenderer);
|
||||||
|
|
||||||
SDL_DestroyTexture(gSplashTexture);
|
|
||||||
gSplashTexture = nullptr;
|
|
||||||
|
|
||||||
SDL_DestroyRenderer(gSplashRenderer);
|
|
||||||
gSplashRenderer = nullptr;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
@ -132,4 +126,4 @@ bool Platform::closeSplashWindow()
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue