Skip to content

Commit

Permalink
comment out reference to options.touchScreen
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceWalkerRS committed Dec 23, 2023
1 parent fe335a1 commit aa8e0bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ public void handleMouse() {
this.mouseYStart = mouseY;
}
} else {
while (!this.minecraft.options.touchscreen && Mouse.next()) {
while (/*!this.minecraft.options.touchscreen &&*/ Mouse.next()) {
int dwheel = Mouse.getEventDWheel();
if (dwheel != 0) {
if (dwheel > 0) {
Expand Down

0 comments on commit aa8e0bd

Please sign in to comment.