mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[unity] Minor: fixed formatting or last commit 54e4630.
This commit is contained in:
parent
54e463048a
commit
cff6943c3a
@ -159,7 +159,7 @@ namespace Spine.Unity.Editor {
|
|||||||
dotIndex = propertyPath.LastIndexOf('.', dotIndex - 1);
|
dotIndex = propertyPath.LastIndexOf('.', dotIndex - 1);
|
||||||
if (dotIndex < 0)
|
if (dotIndex < 0)
|
||||||
break;
|
break;
|
||||||
newPropertyPath = propertyPath.Remove(dotIndex + 1) + propertyName;
|
newPropertyPath = propertyPath.Remove(dotIndex + 1) + propertyName;
|
||||||
relativeProperty = property.serializedObject.FindProperty(newPropertyPath);
|
relativeProperty = property.serializedObject.FindProperty(newPropertyPath);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user