diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-21 12:01:48 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-21 12:28:53 +0100 |
commit | 9b063b749faedd17fd8f6d76a25d84f066a92814 (patch) | |
tree | 4bf4b7106ade3cd762281204bc1e72344bc12739 /editor/scenery-editor.hpp | |
parent | 3ed15b56aded3a6f58ef98d0cbe17012e28e9430 (diff) |
scenery work
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; }; |