From 601b93478a6fc91e569f18a1009c4127c2cacf2a Mon Sep 17 00:00:00 2001 From: Raimon Zamora Date: Fri, 6 Oct 2023 18:55:54 +0200 Subject: [PATCH] - [FIX] El updateEditor() ha de seguit cridant a updateEditor() --- source/actor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/actor.cpp b/source/actor.cpp index 44696bc..bb058f1 100644 --- a/source/actor.cpp +++ b/source/actor.cpp @@ -571,7 +571,7 @@ namespace actor act->anim_wait_count++; } - if (update_all && next) update(next); + if (update_all && next) updateEditor(next); } void print(int x, int y, int num)