summaryrefslogtreecommitdiffhomepage
path: root/loader/anim-cell.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'loader/anim-cell.hpp')
-rw-r--r--loader/anim-cell.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/anim-cell.hpp b/loader/anim-cell.hpp
index a9c92a23..37bbb7d8 100644
--- a/loader/anim-cell.hpp
+++ b/loader/anim-cell.hpp
@@ -8,8 +8,8 @@ class anim_atlas;
struct anim_cell
{
- String name;
std::shared_ptr<anim_atlas> atlas;
+ String name;
};
} // namespace floormat