Fix one missing spot in deprecated api.

(for texture change use that is)
This commit is contained in:
Technus 2017-08-03 23:15:52 +02:00
parent c0b1f74e08
commit bf4f19557a

View file

@ -79,6 +79,7 @@ public abstract class GT_MetaTileEntity_Hatch extends GT_MetaTileEntity_BasicTan
@Override
public final void onValueUpdate(byte aValue) {
mMachineBlock=actualTexture=(byte)(aValue & 0x7F);
mTexturePage=0;
}
@Override