diff options
Diffstat (limited to 'Canvas.h')
-rw-r--r-- | Canvas.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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(); |