mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-27 20:20:40 +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();
|
||||
lookups.postLoadLookups();
|
||||
V_Init2();
|
||||
twod->Begin(screen->GetWidth(), screen->GetHeight());
|
||||
twod->End();
|
||||
UpdateJoystickMenu(NULL);
|
||||
UpdateVRModes();
|
||||
|
||||
setVideoMode();
|
||||
|
||||
LoadVoxelModels();
|
||||
|
|
Loading…
Reference in a new issue