Fix modifier of scroll handler method
This commit is contained in:
@@ -106,7 +106,7 @@ public abstract class MixinMinecraft
|
|||||||
//#endif
|
//#endif
|
||||||
//$$ at = @At(value = "INVOKE", target = "Lorg/lwjgl/input/Mouse;getEventDWheel()I", remap = false)
|
//$$ at = @At(value = "INVOKE", target = "Lorg/lwjgl/input/Mouse;getEventDWheel()I", remap = false)
|
||||||
//$$ )
|
//$$ )
|
||||||
//$$ private static int scroll() {
|
//$$ private int scroll() {
|
||||||
//$$ int wheel = Mouse.getEventDWheel();
|
//$$ int wheel = Mouse.getEventDWheel();
|
||||||
//$$ InputReplayTimer.handleScroll(wheel);
|
//$$ InputReplayTimer.handleScroll(wheel);
|
||||||
//$$ return wheel;
|
//$$ return wheel;
|
||||||
|
|||||||
Reference in New Issue
Block a user