fixed style
This commit is contained in:
parent
bc317bdec0
commit
fca62af54b
1 changed files with 1 additions and 1 deletions
|
@ -459,7 +459,7 @@ public abstract class TileEngine extends TileBuildCraft implements IPowerRecepto
|
||||||
energy = iEnergy;
|
energy = iEnergy;
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
iEnergy = (int) Math.round(energy );
|
iEnergy = (int) Math.round(energy);
|
||||||
iEnergy = (iEnergy & 0xffff) | ((value & 0xffff) << 16);
|
iEnergy = (iEnergy & 0xffff) | ((value & 0xffff) << 16);
|
||||||
energy = iEnergy;
|
energy = iEnergy;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue