remove redundant check
This commit is contained in:
parent
99f4b7e66e
commit
608e56bfb4
1 changed files with 1 additions and 2 deletions
|
@ -212,7 +212,6 @@ void fgExitCleanup() {
|
|||
if (_bootstrap_OSInit != 0)
|
||||
fgSetMouseCursor(MOUSE_CURSOR_POINTER);
|
||||
|
||||
if (globals)
|
||||
delete globals;
|
||||
delete globals;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue