smoothed out black to white transition on splash screen

This commit is contained in:
2018-10-31 18:21:44 -05:00
parent b77aa6d7fd
commit 46dc862aed
3 changed files with 18 additions and 12 deletions

View File

@@ -131,6 +131,7 @@ namespace RhythmBullet.Zer01HD.Utilities.ContentSystem
contentManager.Unload();
assets.Clear();
ClearQueue();
Debug.WriteLine("Unloaded all assets.");
}
}