mirror of
https://notabug.org/scuti/lib3ddevil1
synced 2025-05-31 14:11:42 +05:30
Fixed unupdated name
This commit is contained in:
@@ -135,7 +135,7 @@ class pyTextureBatch:
|
||||
if filedata:
|
||||
self.cstruct.batch = None
|
||||
tbd = pyTextureBatchDescriptor(i, filedata)
|
||||
self.amount = tbd.gettexno()
|
||||
self.amount = tbd.gettexnumber()
|
||||
memsize = self.amount * tbd.gettexturesize()
|
||||
self.cstruct.batch = ctypes.cast(
|
||||
ctypes.create_string_buffer(memsize),
|
||||
|
Reference in New Issue
Block a user