Fix last part of #26850: OS X game player did not react to quit event.

This commit is contained in:
Brecht Van Lommel
2011-06-27 14:34:58 +00:00
parent 49f84ef9ed
commit 8e90ba3b20

View File

@@ -448,6 +448,7 @@ bool GPG_Application::processEvent(GHOST_IEvent* event)
case GHOST_kEventWindowClose:
case GHOST_kEventQuit:
m_exitRequested = KX_EXIT_REQUEST_OUTSIDE;
break;