1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-08 09:37:53 +00:00

Added missing(?) break

This commit is contained in:
Nikolay Kasyanov 2013-08-01 10:53:28 +04:00
parent 98216544de
commit 4e9ef31375

View File

@ -126,6 +126,7 @@ namespace SFO
#endif
if (mWindowListener)
mWindowListener->windowResized(evt.window.data1, evt.window.data2);
break;
case SDL_WINDOWEVENT_RESIZED:
// TODO: Fix Ogre to handle this more consistently