diff --git a/src/posix/cocoa/i_input.mm b/src/posix/cocoa/i_input.mm index 703280615..98af16d80 100644 --- a/src/posix/cocoa/i_input.mm +++ b/src/posix/cocoa/i_input.mm @@ -692,7 +692,6 @@ void ProcessMouseWheelEvent(NSEvent* theEvent) { event.type = EV_GUI_Event; event.subtype = delta > 0.0f ? EV_GUI_WheelUp : EV_GUI_WheelDown; - event.data3 = delta; event.data3 = ModifierFlagsToGUIKeyModifiers(theEvent); } else