|
@@ -97,12 +97,6 @@ bool Platform::displaySplashWindow( String path )
|
|
|
|
|
|
SDL_RenderPresent(gSplashRenderer);
|
|
|
|
|
|
- SDL_DestroyTexture(gSplashTexture);
|
|
|
- gSplashTexture = nullptr;
|
|
|
-
|
|
|
- SDL_DestroyRenderer(gSplashRenderer);
|
|
|
- gSplashRenderer = nullptr;
|
|
|
-
|
|
|
}
|
|
|
|
|
|
return true;
|
|
@@ -132,4 +126,4 @@ bool Platform::closeSplashWindow()
|
|
|
}
|
|
|
|
|
|
return true;
|
|
|
-}
|
|
|
+}
|