From 8cf389aaf748c77aecda0b3a3773c45053b0f231 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Fri, 25 Oct 2024 13:02:38 +0200 Subject: implement all ALGA features --- Canvas.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Canvas.h') diff --git a/Canvas.h b/Canvas.h index e25c4b9..b602fb2 100644 --- a/Canvas.h +++ b/Canvas.h @@ -28,8 +28,8 @@ public: void set_data(CanvasData data); public: - TileColorFactory tile_color; - TileBehaviorFactory tile_behavior; + TileColorFactory tile_color; + TileBehaviorFactory tile_behavior; private: void update_steps(); -- cgit v1.2.3