- fixed initialization pf upscale state properly.

This avoids indirectly calling FlushAll during startup.
This commit is contained in:
Christoph Oelckers 2021-07-24 09:10:21 +02:00
parent ccce75667e
commit 8e8b3a32fe

View file

@ -903,6 +903,7 @@ static void InitTextures()
lookups.postLoadLookups();
SetupFontSubstitution();
V_LoadTranslations(); // loading the translations must be delayed until the palettes have been fully set up.
UpdateUpscaleMask();
TileFiles.SetBackup();
}