Skip to content

Commit

Permalink
[unity] Fix typo for 2017.2 and up.
Browse files Browse the repository at this point in the history
  • Loading branch information
pharan committed Jul 16, 2018
1 parent 98907dd commit 043c511
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -269,7 +269,7 @@ public static class Preferences {
if (EditorGUI.EndChangeCheck()) {
EditorPrefs.SetBool(SHOW_HIERARCHY_ICONS_KEY, showHierarchyIcons);
#if UNITY_2017_2_OR_NEWER
SpineEditorHierarchyHandler.HierarchyIconsOnPlaymodeStateChanged(PlayModeStateChange.EnteredEditMode);
HierarchyHandler.IconsOnPlaymodeStateChanged(PlayModeStateChange.EnteredEditMode);
#else
HierarchyHandler.IconsOnPlaymodeStateChanged();
#endif
Expand Down

0 comments on commit 043c511

Please sign in to comment.