mirror of
https://github.com/grp/Wii.py.git
synced 2025-06-19 07:15:49 -04:00
small tpl type fix
This commit is contained in:
parent
f68eed7c2b
commit
6e997ca1df
2
TPL.py
2
TPL.py
@ -129,7 +129,7 @@ class TPL():
|
|||||||
raise Exception("toCI4 not done")
|
raise Exception("toCI4 not done")
|
||||||
#tpldata = self.toCI4((w, h), img)
|
#tpldata = self.toCI4((w, h), img)
|
||||||
elif format == "CI8":
|
elif format == "CI8":
|
||||||
texhead.format = 8
|
texhead.format = 9
|
||||||
''' ADD toCI8 '''
|
''' ADD toCI8 '''
|
||||||
raise Exception("toCI8 not done")
|
raise Exception("toCI8 not done")
|
||||||
#tpldata = self.toCI8((w, h), img)
|
#tpldata = self.toCI8((w, h), img)
|
||||||
|
Loading…
Reference in New Issue
Block a user