From d13df62150694e634fa9078941dc9183b6aff52b Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 30 Oct 2022 20:08:05 +0100 Subject: fix typo --- editor/editor.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor') diff --git a/editor/editor.hpp b/editor/editor.hpp index 5a194d59..39511ca5 100644 --- a/editor/editor.hpp +++ b/editor/editor.hpp @@ -92,7 +92,7 @@ struct editor final private: tile_editor _floor{ editor_mode::floor, "floor"}; - tile_editor _wall{ editor_mode::floor, "wall"}; + tile_editor _wall{ editor_mode::walls, "wall"}; std::optional _last_pos; editor_mode _mode = editor_mode::select; bool _dirty = false; -- cgit v1.2.3