Skip to content

Commit

Permalink
Default instantiation for centerPos in SmelteryLogic
Browse files Browse the repository at this point in the history
  • Loading branch information
mDiyo committed Jul 4, 2014
1 parent 601c1b8 commit c16c376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/tconstruct/smeltery/logic/SmelteryLogic.java
Expand Up @@ -60,7 +60,7 @@ public class SmelteryLogic extends InventoryLogic implements IActiveLogic, IFaci

ArrayList<CoordTuple> lavaTanks;
CoordTuple activeLavaTank;
public CoordTuple centerPos;
public CoordTuple centerPos = new CoordTuple(0, 0, 0);

public int[] activeTemps;
public int[] meltingTemps;
Expand Down

0 comments on commit c16c376

Please sign in to comment.