diff options
Diffstat (limited to 'editor')
-rw-r--r-- | editor/wall-editor.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/wall-editor.hpp b/editor/wall-editor.hpp index bba395ad..526ac745 100644 --- a/editor/wall-editor.hpp +++ b/editor/wall-editor.hpp @@ -15,7 +15,7 @@ class wall_editor { std::map<StringView, wall_info> _atlases; std::shared_ptr<wall_atlas> _selected_atlas; - rotation _r = rotation::N; + enum rotation _r = rotation::N; void load_atlases(); |