fixed style

This commit is contained in:
SpaceToad 2014-09-14 15:44:38 +02:00
parent bc317bdec0
commit fca62af54b

View file

@ -459,7 +459,7 @@ public abstract class TileEngine extends TileBuildCraft implements IPowerRecepto
energy = iEnergy;
break;
case 1:
iEnergy = (int) Math.round(energy );
iEnergy = (int) Math.round(energy);
iEnergy = (iEnergy & 0xffff) | ((value & 0xffff) << 16);
energy = iEnergy;
break;