mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-09 08:38:43 +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);
|
||||
if (dotIndex < 0)
|
||||
break;
|
||||
newPropertyPath = propertyPath.Remove(dotIndex + 1) + propertyName;
|
||||
newPropertyPath = propertyPath.Remove(dotIndex + 1) + propertyName;
|
||||
relativeProperty = property.serializedObject.FindProperty(newPropertyPath);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user