- [FIX] El updateEditor() ha de seguit cridant a updateEditor()

This commit is contained in:
2023-10-06 18:55:54 +02:00
parent d1169f57bb
commit 601b93478a

View File

@@ -571,7 +571,7 @@ namespace actor
act->anim_wait_count++; act->anim_wait_count++;
} }
if (update_all && next) update(next); if (update_all && next) updateEditor(next);
} }
void print(int x, int y, int num) void print(int x, int y, int num)