mirror of
https://notabug.org/scuti/lib3ddevil1
synced 2024-11-21 21:32:58 +05:30
Fixed unupdated name
This commit is contained in:
parent
6b5931c979
commit
95836e0dfa
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user