fix: 修改行走图

This commit is contained in:
unanmed 2024-10-03 17:13:53 +08:00
parent 970600f97b
commit f98362f748

View File

@ -73,7 +73,8 @@ export class HeroRenderer
setImage(image: SizedCanvasImageSource) {
this.image = image;
this.split();
this.layer.update(this.layer);
this.resetRenderable(true);
this.layer.requestUpdateMoving();
}
/**