diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-30 20:08:05 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-30 20:08:05 +0100 |
commit | d13df62150694e634fa9078941dc9183b6aff52b (patch) | |
tree | 999fea4e1cd887bcb4515da512db02dfd7715695 /editor | |
parent | 552c996f82addbe85b28e3888b4e9f485dd1cf06 (diff) |
fix typo
Diffstat (limited to 'editor')
-rw-r--r-- | editor/editor.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<global_coords> _last_pos; editor_mode _mode = editor_mode::select; bool _dirty = false; |