Updated fn call in test

This commit is contained in:
_ 2018-05-17 16:46:45 -07:00
parent 95836e0dfa
commit 979c5f4aaa

View File

@ -78,7 +78,7 @@ if __name__ == "__main__":
data = f.read()
txp = pyTexturePack(data)
txp.show()
print(txp.getbatchno())
print(txp.getbatchnumber())
print(txp.getfirstbatchoffset())
tbd = pyTextureBatchDescriptor(1, data)
tbd.show()