* Fixed regression introduced by #52b9c50c7bcfe549d9b45f91b1098710d8c72250
This commit is contained in:
LoafyLemon 2023-03-07 19:30:15 +00:00
parent 7819207253
commit fb5fe8e977
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ init python:
except IndexError:
print(f"Missing textures:\n{self.__repr__()}")
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))
wmax, hmax = self.sizes