changes to reflect changes for skin.
This commit is contained in:
parent
e356a82190
commit
359f3381bf
@ -67,9 +67,6 @@ namespace RecrownedAthenaeum.UI.SkinSystem
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
return mainSkin.GetTextureAtlasRegion(name);
|
return mainSkin.GetTextureAtlasRegion(name);
|
||||||
} catch (KeyNotFoundException)
|
|
||||||
{
|
|
||||||
return alternateSkin.GetTextureAtlasRegion(name);
|
|
||||||
}
|
}
|
||||||
catch (NullReferenceException)
|
catch (NullReferenceException)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user