summaryrefslogtreecommitdiff
path: root/src/floor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/floor.hpp')
-rw-r--r--src/floor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/floor.hpp b/src/floor.hpp
index dcb9fa7..4236166 100644
--- a/src/floor.hpp
+++ b/src/floor.hpp
@@ -33,7 +33,7 @@ namespace silly::editor {
void render(sf::RenderWindow &window) const;
void place_tile(std::shared_ptr<TilesetTile> &tile,
const sf::Vector2i &position, const float &rotation);
- void remove_tile(const sf::Vector2i &position);
+ void remove_tile(TilesetTileType type, const sf::Vector2i &position);
const int get_width() const;
const int get_height() const;