atlas texture

This commit is contained in:
Bob 2022-07-07 23:23:36 +02:00
parent 7454e65d10
commit bae605d189
2 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ public class GUIMachineBattery extends GuiInfoContainer {
String[] desc = I18nUtil.resolveKeyArray("battery.priority." + lang + ".desc");
for(String s : desc) priority.add(s);
this.drawCustomInfoStat(mouseX, mouseY, guiLeft + 152, guiTop + 35, 16, 16, guiLeft - 80, guiTop, priority);
this.drawCustomInfoStat(mouseX, mouseY, guiLeft + 152, guiTop + 35, 16, 16, mouseX, mouseY, priority);
}
protected void mouseClicked(int x, int y, int i) {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB