mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-28 04:20:45 +00:00
- added a few missing init calls.
This commit is contained in:
parent
7a9e58c31e
commit
f6b46e9f63
1 changed files with 5 additions and 0 deletions
|
@ -944,6 +944,11 @@ int RunGame()
|
||||||
PostLoadSetup();
|
PostLoadSetup();
|
||||||
lookups.postLoadLookups();
|
lookups.postLoadLookups();
|
||||||
V_Init2();
|
V_Init2();
|
||||||
|
twod->Begin(screen->GetWidth(), screen->GetHeight());
|
||||||
|
twod->End();
|
||||||
|
UpdateJoystickMenu(NULL);
|
||||||
|
UpdateVRModes();
|
||||||
|
|
||||||
setVideoMode();
|
setVideoMode();
|
||||||
|
|
||||||
LoadVoxelModels();
|
LoadVoxelModels();
|
||||||
|
|
Loading…
Reference in a new issue