diff --git a/bindings/py3devil1tex.py b/bindings/py3devil1tex.py index 4c67368..6125cdd 100644 --- a/bindings/py3devil1tex.py +++ b/bindings/py3devil1tex.py @@ -95,7 +95,7 @@ class pyTexturePack: def show(self): devil1tex.printheader(self.cstruct) - def getbatchno(self): + def getbatchnumber(self): return self.cstruct.contents.batchNumber def getfirstbatchoffset(self): @@ -123,7 +123,7 @@ class pyTextureBatchDescriptor: def gethash(self): return self.cstruct.contents.hash - def gettexno(self): + def gettexnumber(self): return self.cstruct.contents.texNumber def gettexturesize(self):