mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 22:34:53 +08:00
[unity] Fix SkeletonAnimator inspector property.
This commit is contained in:
parent
7ef8c6f9b0
commit
c9c360fa88
@ -40,7 +40,7 @@ namespace Spine.Unity.Editor {
|
||||
|
||||
protected override void OnEnable () {
|
||||
base.OnEnable();
|
||||
mecanimTranslator = serializedObject.FindProperty("mecanimTranslator");
|
||||
mecanimTranslator = serializedObject.FindProperty("translator");
|
||||
}
|
||||
|
||||
protected override void DrawInspectorGUI (bool multi) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user