mirror of
https://notabug.org/scuti/lib3ddevil1
synced 2024-11-21 21:32:58 +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()
|
||||
txp = pyTexturePack(data)
|
||||
txp.show()
|
||||
print(txp.getbatchno())
|
||||
print(txp.getbatchnumber())
|
||||
print(txp.getfirstbatchoffset())
|
||||
tbd = pyTextureBatchDescriptor(1, data)
|
||||
tbd.show()
|
||||
|
Loading…
Reference in New Issue
Block a user