mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +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;
|
float y = skeletonY + bone.data.length * bone.m10 + bone.worldY;
|
||||||
shapes.line(skeletonX + bone.worldX, skeletonY + bone.worldY, x, y);
|
shapes.line(skeletonX + bone.worldX, skeletonY + bone.worldY, x, y);
|
||||||
}
|
}
|
||||||
|
shapes.x(skeletonX, skeletonY, 4 * scale);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (drawRegionAttachments) {
|
if (drawRegionAttachments) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user