mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 18:50:46 +00:00
- moved V_Init2 in SW a little further up so that the cache calls are being made with an initialized renderer.
This commit is contained in:
parent
9b88d41169
commit
a32da009bd
1 changed files with 1 additions and 1 deletions
|
@ -870,6 +870,7 @@ bool InitGame()
|
||||||
SW_FatalEngineError();
|
SW_FatalEngineError();
|
||||||
|
|
||||||
palettePostLoadLookups();
|
palettePostLoadLookups();
|
||||||
|
V_Init2();
|
||||||
|
|
||||||
DemoModeMenuInit = TRUE;
|
DemoModeMenuInit = TRUE;
|
||||||
// precache as much stuff as you can
|
// precache as much stuff as you can
|
||||||
|
@ -890,7 +891,6 @@ bool InitGame()
|
||||||
DoTheCache();
|
DoTheCache();
|
||||||
}
|
}
|
||||||
|
|
||||||
V_Init2();
|
|
||||||
GraphicsMode = TRUE;
|
GraphicsMode = TRUE;
|
||||||
SetupAspectRatio();
|
SetupAspectRatio();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue