Cleaned dependencies and project up. I don't actually know.
This commit is contained in:
@@ -158,10 +158,12 @@ namespace RecrownedAthenaeum.UI.ScreenSystem
|
||||
{
|
||||
if (resizing) throw new InvalidOperationException("Already resizing.");
|
||||
resizing = true;
|
||||
Screen.AssetLoadStateChange(false);
|
||||
Screen = loadingScreen;
|
||||
previousScreenRenderTarget.Dispose();
|
||||
previousScreenRenderTarget = null;
|
||||
if (Screen != null) {
|
||||
Screen.AssetLoadStateChange(false);
|
||||
Screen = loadingScreen;
|
||||
previousScreenRenderTarget.Dispose();
|
||||
previousScreenRenderTarget = null;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
@@ -24,11 +24,9 @@ namespace RecrownedAthenaeum.UI.SkinSystem
|
||||
{
|
||||
get
|
||||
{
|
||||
try
|
||||
{
|
||||
if (mainSkin.CursorTexture != null) {
|
||||
return mainSkin.CursorTexture;
|
||||
} catch (NullReferenceException)
|
||||
{
|
||||
} else {
|
||||
return alternateSkin.CursorTexture;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user