forked from SilverStudioGames/WTS
Bug fix
* Fixed regression introduced by #52b9c50c7bcfe549d9b45f91b1098710d8c72250
This commit is contained in:
parent
7819207253
commit
fb5fe8e977
@ -168,7 +168,7 @@ init python:
|
|||||||
except IndexError:
|
except IndexError:
|
||||||
print(f"Missing textures:\n{self.__repr__()}")
|
print(f"Missing textures:\n{self.__repr__()}")
|
||||||
return Text(f"TexErr\n{{color=#00ffff}}{{size=-6}}ID:{self.id}{{/size}}{{/color}}", color="#ff0000")
|
return Text(f"TexErr\n{{color=#00ffff}}{{size=-6}}ID:{self.id}{{/size}}{{/color}}", color="#ff0000")
|
||||||
|
sprites.extend(self.char.body.build_image(self.char.body._hash, matrix=matrix))
|
||||||
sprites.sort(key=itemgetter(2))
|
sprites.sort(key=itemgetter(2))
|
||||||
|
|
||||||
wmax, hmax = self.sizes
|
wmax, hmax = self.sizes
|
||||||
|
Loading…
Reference in New Issue
Block a user