Fixed|Windows: Crash at shutdown after changing display modes
When the main window was being destroyed at shutdown, the switch to desktop resolution caused a window resize callback. Because the engine is in shutdown mode at the time, there was a null pointer access from the games collection.
Fixed|Windows: Crash at shutdown after changing display modes
When the main window was being destroyed at shutdown, the switch to desktop
resolution caused a window resize callback. Because the engine is in shutdown
mode at the time, there was a null pointer access from the games collection.
See: http://sourceforge.net/p/deng/bugs/1091/