mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-14 11:50:49 +00:00
- fixed initialization pf upscale state properly.
This avoids indirectly calling FlushAll during startup.
This commit is contained in:
parent
ccce75667e
commit
8e8b3a32fe
1 changed files with 1 additions and 0 deletions
|
@ -903,6 +903,7 @@ static void InitTextures()
|
||||||
lookups.postLoadLookups();
|
lookups.postLoadLookups();
|
||||||
SetupFontSubstitution();
|
SetupFontSubstitution();
|
||||||
V_LoadTranslations(); // loading the translations must be delayed until the palettes have been fully set up.
|
V_LoadTranslations(); // loading the translations must be delayed until the palettes have been fully set up.
|
||||||
|
UpdateUpscaleMask();
|
||||||
TileFiles.SetBackup();
|
TileFiles.SetBackup();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue