mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +08:00
Debug mark for skeleton position.
This commit is contained in:
parent
da9de71fad
commit
9f87b95a67
@ -85,6 +85,7 @@ public class SkeletonRendererDebug {
|
||||
float y = skeletonY + bone.data.length * bone.m10 + bone.worldY;
|
||||
shapes.line(skeletonX + bone.worldX, skeletonY + bone.worldY, x, y);
|
||||
}
|
||||
shapes.x(skeletonX, skeletonY, 4 * scale);
|
||||
}
|
||||
|
||||
if (drawRegionAttachments) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user