mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 18:19:55 +00:00
Added missing(?) break
This commit is contained in:
parent
98216544de
commit
4e9ef31375
1 changed files with 1 additions and 0 deletions
1
extern/sdl4ogre/sdlinputwrapper.cpp
vendored
1
extern/sdl4ogre/sdlinputwrapper.cpp
vendored
|
@ -126,6 +126,7 @@ namespace SFO
|
||||||
#endif
|
#endif
|
||||||
if (mWindowListener)
|
if (mWindowListener)
|
||||||
mWindowListener->windowResized(evt.window.data1, evt.window.data2);
|
mWindowListener->windowResized(evt.window.data1, evt.window.data2);
|
||||||
|
break;
|
||||||
|
|
||||||
case SDL_WINDOWEVENT_RESIZED:
|
case SDL_WINDOWEVENT_RESIZED:
|
||||||
// TODO: Fix Ogre to handle this more consistently
|
// TODO: Fix Ogre to handle this more consistently
|
||||||
|
|
Loading…
Reference in a new issue