Fix the fix for the fix of red dot

This commit is contained in:
Raul Tambre 2014-05-04 22:07:26 +03:00
parent 37b765083c
commit 5033dace6c

View file

@ -58,6 +58,10 @@ public class TileLaser extends TileBuildCraft implements IActionReceptor, IMachi
@Override
public void initialize () {
super.initialize();
laser.isVisible = false;
laser.head = new Position(xCoord, yCoord, zCoord);
laser.tail = new Position(xCoord, yCoord, zCoord);
}
@Override