Skip to content

Commit 6adb1bf

Browse files
committed
Fix warning with new unity version
1 parent a51ae66 commit 6adb1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Editor/TextureItem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public void Draw()
3131

3232
_fold = EditorGUI.Foldout(GetFoldRect(), _fold, "Input");
3333

34-
var gearStyle = new GUIStyle("Icon.Options");
34+
var gearStyle = new GUIStyle();
3535
GUILayout.FlexibleSpace();
3636
if (GUILayout.Button(gearStyle.normal.background, new GUIStyle("IconButton")))
3737
{

0 commit comments

Comments
 (0)