diff options
Diffstat (limited to 'editor/scenery-editor.hpp')
| -rw-r--r-- | editor/scenery-editor.hpp | 2 |
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; }; |
