mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-28 18:00:40 +00:00
- properly uninit the menus.
This commit is contained in:
parent
91e23b3ab5
commit
c478d1add2
1 changed files with 1 additions and 1 deletions
|
@ -535,7 +535,7 @@ int GameMain()
|
||||||
r = -1;
|
r = -1;
|
||||||
}
|
}
|
||||||
DeleteScreenJob();
|
DeleteScreenJob();
|
||||||
M_ClearMenus();
|
DeinitMenus();
|
||||||
if (gi)
|
if (gi)
|
||||||
{
|
{
|
||||||
gi->FreeGameData(); // Must be done before taking down any subsystems.
|
gi->FreeGameData(); // Must be done before taking down any subsystems.
|
||||||
|
|
Loading…
Reference in a new issue