mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-29 08:00:56 -04:00
remove some more of my mess
This commit is contained in:
parent
3b1d285cf3
commit
00a2a5c358
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…
x
Reference in New Issue
Block a user