forked from mirror/openmw-tes3mp
Don't destroy the SDL window twice
This commit is contained in:
parent
fa264935ff
commit
2fb059e2fa
1 changed files with 0 additions and 3 deletions
3
extern/sdl4ogre/sdlinputwrapper.cpp
vendored
3
extern/sdl4ogre/sdlinputwrapper.cpp
vendored
|
@ -30,9 +30,6 @@ namespace SFO
|
|||
|
||||
InputWrapper::~InputWrapper()
|
||||
{
|
||||
if(mSDLWindow != NULL)
|
||||
SDL_DestroyWindow(mSDLWindow);
|
||||
mSDLWindow = NULL;
|
||||
}
|
||||
|
||||
void InputWrapper::capture(bool windowEventsOnly)
|
||||
|
|
Loading…
Reference in a new issue