Fix one missing spot in deprecated api.
(for texture change use that is)
This commit is contained in:
parent
c0b1f74e08
commit
bf4f19557a
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ public abstract class GT_MetaTileEntity_Hatch extends GT_MetaTileEntity_BasicTan
|
||||||
@Override
|
@Override
|
||||||
public final void onValueUpdate(byte aValue) {
|
public final void onValueUpdate(byte aValue) {
|
||||||
mMachineBlock=actualTexture=(byte)(aValue & 0x7F);
|
mMachineBlock=actualTexture=(byte)(aValue & 0x7F);
|
||||||
|
mTexturePage=0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue