summaryrefslogtreecommitdiffhomepage
path: root/editor/editor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor.hpp')
-rw-r--r--editor/editor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor.hpp b/editor/editor.hpp
index 201f6468..dfd2207d 100644
--- a/editor/editor.hpp
+++ b/editor/editor.hpp
@@ -38,7 +38,7 @@ private:
std::tuple<std::shared_ptr<tile_atlas>, std::vector<decltype(tile_image::variant)>> _permutation;
selection_mode _selection_mode = sel_none;
editor_mode _mode;
- editor_wall_rotation _rotation = editor_wall_rotation::N;
+ editor_wall_rotation _rotation = editor_wall_rotation::W;
void load_atlases();
tile_image get_selected_perm();