Skip to content

Commit

Permalink
invert buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
aagrishankov committed Jan 3, 2022
1 parent f38bf7b commit 1320431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/scala/extracells/gui/GuiFluidTerminal.java
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,10 @@ public void actionPerformed(GuiButton button) {
updateFluids();
break;
case 5:
this.currentScroll++;
this.currentScroll--;
break;
case 6:
this.currentScroll--;
this.currentScroll++;
break;
}
}
Expand Down

0 comments on commit 1320431

Please sign in to comment.