From 979c5f4aaadcb3817aae840d7a9ca8e4fcec9f7a Mon Sep 17 00:00:00 2001 From: _ <_> Date: Thu, 17 May 2018 16:46:45 -0700 Subject: [PATCH] Updated fn call in test --- bindings/__test__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()