diff options
Diffstat (limited to 'src/anim-atlas.hpp')
| -rw-r--r-- | src/anim-atlas.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/anim-atlas.hpp b/src/anim-atlas.hpp index 40cc15fe..d05bbe77 100644 --- a/src/anim-atlas.hpp +++ b/src/anim-atlas.hpp @@ -3,7 +3,7 @@ #include "scenery.hpp" #include "serialize/anim.hpp" #include <array> -#include <string> +#include <Corrade/Containers/String.h> #include <Magnum/Math/Vector2.h> #include <Magnum/ImageView.h> #include <Magnum/GL/Texture.h> @@ -38,7 +38,7 @@ struct anim_atlas final private: GL::Texture2D _tex; - std::string _name; + String _name; anim_info _info; std::array<std::uint8_t, (std::size_t)rotation::COUNT> _group_indices = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, |
