refactor
This commit is contained in:
@@ -23,7 +23,7 @@ namespace RecrownedAthenaeum.ScreenSystem
|
||||
/// Called when the first loading screen is done, and needs to show the landing screen.
|
||||
/// </summary>
|
||||
public event ShowFirstScreen ShowFirstScreenEvent;
|
||||
private GraphicsDeviceManager graphics = Setup.graphicsDeviceManager;
|
||||
private GraphicsDeviceManager graphics = Configuration.graphicsDeviceManager;
|
||||
private Screen previousScreen;
|
||||
private RenderTarget2D previousScreenRenderTarget;
|
||||
private Screen currentScreen;
|
||||
|
Reference in New Issue
Block a user