1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-22 18:11:34 +00:00

remove some more of my mess

This commit is contained in:
Jordan Milne 2013-01-08 21:04:36 -04:00
parent 3b1d285cf3
commit 00a2a5c358

View file

@ -33,8 +33,7 @@ struct MWSDLMouseMotionEvent : SDL_MouseMotionEvent {
state = evt.state; state = evt.state;
} }
MWSDLMouseMotionEvent (const SDL_MouseWheelEvent& evt) : MWSDLMouseMotionEvent (const SDL_MouseWheelEvent& evt)
MWSDLMouseMotionEvent()
{ {
_init(); _init();
zrel = evt.y; zrel = evt.y;