Cleaned dependencies and project up. I don't actually know.

This commit is contained in:
2019-11-23 21:47:21 -05:00
parent 08f45bcfd4
commit c04f2f1b78
5 changed files with 25 additions and 13 deletions

View File

@@ -24,11 +24,9 @@ namespace RecrownedAthenaeum.UI.SkinSystem
{
get
{
try
{
if (mainSkin.CursorTexture != null) {
return mainSkin.CursorTexture;
} catch (NullReferenceException)
{
} else {
return alternateSkin.CursorTexture;
}
}