From fe8f7273f0efdfe319a0d3e3b2fc2847992745af Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Mon, 21 Oct 2024 14:02:34 +0200 Subject: fix more design --- Canvas.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Canvas.cpp') diff --git a/Canvas.cpp b/Canvas.cpp index 423670d..adfb846 100644 --- a/Canvas.cpp +++ b/Canvas.cpp @@ -80,7 +80,7 @@ void Canvas::update_steps() { if (artist->step == false) continue; artist->step = false; - this->get_tile(artist->data.x, artist->data.y).step(artist); + this->get_tile(artist->data.x, artist->data.y).behavior->step(artist); } } -- cgit v1.2.3