changes to reflect changes for skin.

This commit is contained in:
Harrison Deng 2019-01-29 16:00:43 -06:00
parent e356a82190
commit 359f3381bf

View File

@ -67,9 +67,6 @@ namespace RecrownedAthenaeum.UI.SkinSystem
try
{
return mainSkin.GetTextureAtlasRegion(name);
} catch (KeyNotFoundException)
{
return alternateSkin.GetTextureAtlasRegion(name);
}
catch (NullReferenceException)
{