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