summaryrefslogtreecommitdiff
path: root/ihl/worldgen/ores/DebugScannerGui.java
diff options
context:
space:
mode:
authorFoghrye4 <foghrye4@gmail.com>2017-01-27 11:32:28 +0300
committerFoghrye4 <foghrye4@gmail.com>2017-01-27 11:32:28 +0300
commit2db8e30b1d2151fdde5d08a6c06aef55f0c397d2 (patch)
treee8cd0022f3a30a5c952092e0ea4c7ffdafcdf7bb /ihl/worldgen/ores/DebugScannerGui.java
parentffe23313fb7421b0a1849b420baf708999023f7b (diff)
License, readme and stuff
Diffstat (limited to 'ihl/worldgen/ores/DebugScannerGui.java')
-rw-r--r--ihl/worldgen/ores/DebugScannerGui.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/ihl/worldgen/ores/DebugScannerGui.java b/ihl/worldgen/ores/DebugScannerGui.java
index 9d379fe..2d79300 100644
--- a/ihl/worldgen/ores/DebugScannerGui.java
+++ b/ihl/worldgen/ores/DebugScannerGui.java
@@ -24,8 +24,6 @@ public class DebugScannerGui extends GuiContainer {
@Override
protected void drawGuiContainerForegroundLayer(int par1, int par2) {
- int xOffset = (this.width - xSize) / 2;
- int yOffset = (this.height - ySize) / 2;
List<String> ode = container.tileEntity.oreDictionaryEntries;
int verticalOffset = 31;
for(int i=0;i<ode.size();i++)