|
@@ -1494,9 +1494,9 @@ void Platform::init()
|
|
//--------------------------------------
|
|
//--------------------------------------
|
|
void Platform::shutdown()
|
|
void Platform::shutdown()
|
|
{
|
|
{
|
|
- sgQueueEvents = false;
|
|
|
|
-
|
|
|
|
|
|
+ sgQueueEvents = false;
|
|
setMouseLock( false );
|
|
setMouseLock( false );
|
|
|
|
+ Audio::OpenALShutdown();
|
|
Video::destroy();
|
|
Video::destroy();
|
|
Input::destroy();
|
|
Input::destroy();
|
|
WinConsole::destroy();
|
|
WinConsole::destroy();
|