Fixed shutdown
This commit is contained in:
@@ -438,7 +438,9 @@ void ExitFunction()
|
|||||||
ReleaseDirectInput();
|
ReleaseDirectInput();
|
||||||
ReleaseDirectSound();
|
ReleaseDirectSound();
|
||||||
ReleaseDirectDraw();
|
ReleaseDirectDraw();
|
||||||
FreeDirectX();
|
FreeLibrary(hM_dsound);
|
||||||
|
FreeLibrary(hM_ddraw);
|
||||||
|
FreeLibrary(hM_dinput8);
|
||||||
DestroyWindow(hMainWindow);
|
DestroyWindow(hMainWindow);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user