mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-02-24 15:00:48 +00:00
Auto stash before merge of "master" and "origin/master"
This commit is contained in:
parent
72fad8d2de
commit
b055bcd703
@ -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) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user