diff --git a/bindings/__test__.py b/bindings/__test__.py index df445d8..7550080 100755 --- a/bindings/__test__.py +++ b/bindings/__test__.py @@ -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()