1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Create the main texture with the quality restored from the info file

This commit is contained in:
Mathieu Schroeter 2018-08-07 00:05:11 +02:00
parent 9c662586b0
commit 476da8638d

View File

@ -1026,7 +1026,10 @@ DoInit (int argc, char * argv[], bool & exit)
const bool zoom = g_zoom;
const bool renderQuality = g_renderQuality;
g_pEvent->Create (g_pPixmap, g_pDecor, g_pSound, g_pMovie);
if (renderQuality != g_renderQuality)
g_pPixmap->CreateMainTexture ();
// Load all cursors
g_pPixmap->LoadCursors ();