spring chain color orange

This commit is contained in:
ousttrue 2025-09-17 13:39:06 +09:00
parent ecc5233947
commit a2f54217b0

View File

@ -228,7 +228,7 @@ namespace UniVRM10
static void DrawChain(Vrm10InstanceSpringBone.Spring spring)
{
Handles.color = Color.yellow;
Handles.color = new Color(1, 0.5f, 0);
var head = spring.Joints[0];
for (int i = 1; i < spring.Joints.Count; ++i)
{