summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-03-03 17:29:53 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-03-03 20:34:02 +0100
commit943feead3da4439db921f310ed0994f8c9fbf0f7 (patch)
tree8124337ee7f4b15f453ea1a0f7abd26bdfd4be99 /src
parentf947c96ba400784090aa36c5bde469c92843083d (diff)
main: add debug break function
Diffstat (limited to 'src')
-rw-r--r--src/anim.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/anim.hpp b/src/anim.hpp
index 2927b7e3..c2a2d0d1 100644
--- a/src/anim.hpp
+++ b/src/anim.hpp
@@ -24,7 +24,7 @@ struct anim_group final
{
String name, mirror_from;
std::vector<anim_frame> frames;
- Vector2ui ground;
+ Vector2ui ground; // for use in anim-crop-tool only
Vector3b offset;
};