Auto stash before merge of "master" and "origin/master"

This commit is contained in:
Bob 2022-02-24 19:15:44 +01:00
parent 72fad8d2de
commit b055bcd703

View File

@ -78,12 +78,9 @@ public class GUIReactorControl extends GuiInfoContainer {
this.fields[3].setText(String.valueOf((int) control.heatLower / 50)); this.fields[3].setText(String.valueOf((int) control.heatLower / 50));
} }
@Override @Override
public void drawScreen(int mouseX, int mouseY, float f) { public void drawScreen(int mouseX, int mouseY, float f) {
super.drawScreen(mouseX, mouseY, f); super.drawScreen(mouseX, mouseY, f);
} }
protected void mouseClicked(int x, int y, int i) { protected void mouseClicked(int x, int y, int i) {