Skip to content

Commit

Permalink
Update Theme.Singleton.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanMurzak committed Jul 26, 2024
1 parent 23b01f8 commit ec46d85
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Assets/_PackageRoot/Scripts/Config/Theme.Singleton.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,8 @@ public static Theme Instance
get
{
if (instance == null)
{
instance = GetOrCreateInstance();
if (instance == null)
{
return null;
}
}

return instance;
}
}
Expand Down

0 comments on commit ec46d85

Please sign in to comment.