Update sdlSplashScreen.cpp

This commit is contained in:
marauder2k7 2023-07-25 10:43:24 +01:00
parent 4098be88db
commit 69ab86f87b

View file

@ -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;
}
}