Fix modifier of scroll handler method

This commit is contained in:
Jonas Herzig
2019-05-07 10:30:20 +02:00
parent 2c843f4b45
commit 0f9150d7ce

View File

@@ -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;