mirror of
https://notabug.org/scuti/lib3ddevil1
synced 2024-11-22 05:42:59 +05:30
Updated fn call in test
This commit is contained in:
parent
95836e0dfa
commit
979c5f4aaa
@ -78,7 +78,7 @@ if __name__ == "__main__":
|
|||||||
data = f.read()
|
data = f.read()
|
||||||
txp = pyTexturePack(data)
|
txp = pyTexturePack(data)
|
||||||
txp.show()
|
txp.show()
|
||||||
print(txp.getbatchno())
|
print(txp.getbatchnumber())
|
||||||
print(txp.getfirstbatchoffset())
|
print(txp.getfirstbatchoffset())
|
||||||
tbd = pyTextureBatchDescriptor(1, data)
|
tbd = pyTextureBatchDescriptor(1, data)
|
||||||
tbd.show()
|
tbd.show()
|
||||||
|
Loading…
Reference in New Issue
Block a user