summaryrefslogtreecommitdiffhomepage
path: root/editor/scenery-editor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/scenery-editor.hpp')
-rw-r--r--editor/scenery-editor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/scenery-editor.hpp b/editor/scenery-editor.hpp
index 9b89d2da..85ccd3be 100644
--- a/editor/scenery-editor.hpp
+++ b/editor/scenery-editor.hpp
@@ -14,7 +14,7 @@ struct scenery_editor final
struct pair final {
std::shared_ptr<anim_atlas> atlas;
- enum rotation r = rotation::COUNT;
+ enum rotation r = rotation_COUNT;
frame_t frame = scenery::NO_FRAME;
operator bool() const;
};