mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- delete textures before starting the ENDOOM screen.
This commit is contained in:
parent
03d25b75da
commit
2f403efba2
1 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,7 @@
|
|||
#include "printf.h"
|
||||
#include "startupinfo.h"
|
||||
#include "i_interface.h"
|
||||
#include "texturemanager.h"
|
||||
|
||||
// MACROS ------------------------------------------------------------------
|
||||
|
||||
|
@ -607,6 +608,7 @@ int RunEndoom()
|
|||
|
||||
void ST_Endoom()
|
||||
{
|
||||
TexMan.DeleteAll();
|
||||
int code = RunEndoom();
|
||||
throw CExitEvent(code);
|
||||
|
||||
|
|
Loading…
Reference in a new issue