This commit is contained in:
REAndroid 2022-11-27 10:23:32 -05:00
parent 3dbd9a1e2c
commit 8cbbc2fdad

View File

@ -21,7 +21,7 @@ public class ResConfig extends FixedBlockContainer implements BlockLoad {
public ResConfig(){ public ResConfig(){
super(2); super(2);
this.configSize = new IntegerItem(SIZE_64); this.configSize = new IntegerItem(SIZE_64);
this.mValuesContainer = new ByteArray(SIZE_64); this.mValuesContainer = new ByteArray(SIZE_64 - 4);
addChild(0, configSize); addChild(0, configSize);
addChild(1, mValuesContainer); addChild(1, mValuesContainer);
this.configSize.setBlockLoad(this); this.configSize.setBlockLoad(this);