From c89db32c69c2ca3db059193591ec910d45fbbcc3 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 1 Feb 2025 21:39:43 +0500 Subject: feat: tile creation + editor panel --- src/floor.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/floor.hpp') diff --git a/src/floor.hpp b/src/floor.hpp index cf91ac5..e0bdcc4 100644 --- a/src/floor.hpp +++ b/src/floor.hpp @@ -14,7 +14,6 @@ namespace silly::editor { TileFloor(int width, int height) : width(width), height(height) {} ~TileFloor() = default; - void update(const sf::RenderWindow &window); void render(sf::RenderWindow &window) const; void place_tile(const sf::Vector2i &position); void remove_tile(const sf::Vector2i &position); -- cgit v1.2.3