mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-03 09:49:40 +00:00
remove some more of my mess
This commit is contained in:
parent
3b1d285cf3
commit
00a2a5c358
1 changed files with 1 additions and 2 deletions
3
extern/oics/OISCompat.h
vendored
3
extern/oics/OISCompat.h
vendored
|
@ -33,8 +33,7 @@ struct MWSDLMouseMotionEvent : SDL_MouseMotionEvent {
|
|||
state = evt.state;
|
||||
}
|
||||
|
||||
MWSDLMouseMotionEvent (const SDL_MouseWheelEvent& evt) :
|
||||
MWSDLMouseMotionEvent()
|
||||
MWSDLMouseMotionEvent (const SDL_MouseWheelEvent& evt)
|
||||
{
|
||||
_init();
|
||||
zrel = evt.y;
|
||||
|
|
Loading…
Reference in a new issue