File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Dependencies/EditorLocalization Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,9 +73,9 @@ public static Language language
73
73
#if UNITY_EDITOR
74
74
public static void DrawLanguageSelect ( )
75
75
{
76
- EditorGUILayout . BeginVertical ( EditorStyles . helpBox ) ;
76
+ SpiralEditor . BeginPanel ( PanelType . Vertical ) ;
77
77
language = ( Language ) EditorGUILayout . EnumPopup ( strLocal , language ) ;
78
- EditorGUILayout . EndVertical ( ) ;
78
+ SpiralEditor . EndPanel ( ) ;
79
79
}
80
80
#endif
81
81
}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public class ObjectAuditorWindow : SpiralCustomEditorWindow
31
31
32
32
private readonly List < ObjectID > oids = new List < ObjectID > ( ) ;
33
33
34
- [ MenuItem ( "Spiral Tools/Object Inspector " ) ]
34
+ [ MenuItem ( "Spiral Tools/Object Auditor " ) ]
35
35
public static void Init ( )
36
36
{
37
37
ObjectAuditorWindow window = ( ObjectAuditorWindow ) GetWindow ( typeof ( ObjectAuditorWindow ) ) ;
You can’t perform that action at this time.
0 commit comments