From 6b5931c9799a619af02a5cc809c01f4081726504 Mon Sep 17 00:00:00 2001 From: _ <_> Date: Thu, 17 May 2018 16:34:07 -0700 Subject: [PATCH] Added consistent names for methods for textures --- bindings/py3devil1tex.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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):