summaryrefslogtreecommitdiffhomepage
path: root/src/anim.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/anim.hpp')
-rw-r--r--src/anim.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/anim.hpp b/src/anim.hpp
index 6264a070..c1bb7326 100644
--- a/src/anim.hpp
+++ b/src/anim.hpp
@@ -25,7 +25,7 @@ struct anim_group final
String name, mirror_from;
std::vector<anim_frame> frames;
Vector2ui ground; // for use in anim-crop-tool only
- Vector2s z_offset;
+ Vector2s z_offset, depth_offset;
Vector3b offset;
};