[unity] Minor: fixed formatting or last commit 54e4630.

This commit is contained in:
Harald Csaszar 2024-08-29 17:44:36 +02:00
parent 54e463048a
commit cff6943c3a

View File

@ -159,7 +159,7 @@ namespace Spine.Unity.Editor {
dotIndex = propertyPath.LastIndexOf('.', dotIndex - 1);
if (dotIndex < 0)
break;
newPropertyPath = propertyPath.Remove(dotIndex + 1) + propertyName;
newPropertyPath = propertyPath.Remove(dotIndex + 1) + propertyName;
relativeProperty = property.serializedObject.FindProperty(newPropertyPath);
}
}