Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 27adae4

Browse files
Renaming variable
1 parent 8713981 commit 27adae4

File tree

1 file changed

+4
-4
lines changed
  • src/UnityExtension/Assets/Editor/GitHub.Unity/Misc

1 file changed

+4
-4
lines changed

src/UnityExtension/Assets/Editor/GitHub.Unity/Misc/Styles.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -831,16 +831,16 @@ public static Texture2D DropdownListIcon
831831
}
832832
}
833833

834-
private static Texture2D rootFolderIcon;
834+
private static Texture2D globeIcon;
835835
public static Texture2D GlobeIcon
836836
{
837837
get
838838
{
839-
if (rootFolderIcon == null)
839+
if (globeIcon == null)
840840
{
841-
rootFolderIcon = Utility.GetIcon("globe.png", "[email protected]");
841+
globeIcon = Utility.GetIcon("globe.png", "[email protected]");
842842
}
843-
return rootFolderIcon;
843+
return globeIcon;
844844
}
845845
}
846846

0 commit comments

Comments
 (0)