Merge branch 'ui'
# Conflicts: # DangerousD/GameCore/Managers/AppManager.cs
This commit is contained in:
commit
dca6928daf
1 changed files with 2 additions and 0 deletions
|
@ -101,6 +101,7 @@ namespace DangerousD.GameCore
|
|||
{
|
||||
GraphicsDevice.Clear(Color.CornflowerBlue);
|
||||
|
||||
GraphicsDevice.SetRenderTarget(renderTarget);
|
||||
switch (gameState)
|
||||
{
|
||||
case GameState.Menu:
|
||||
|
@ -124,6 +125,7 @@ namespace DangerousD.GameCore
|
|||
break;
|
||||
}
|
||||
|
||||
|
||||
base.Draw(gameTime);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue