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.Clear(Color.CornflowerBlue);
|
||||||
|
|
||||||
|
GraphicsDevice.SetRenderTarget(renderTarget);
|
||||||
switch (gameState)
|
switch (gameState)
|
||||||
{
|
{
|
||||||
case GameState.Menu:
|
case GameState.Menu:
|
||||||
|
@ -124,6 +125,7 @@ namespace DangerousD.GameCore
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
base.Draw(gameTime);
|
base.Draw(gameTime);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue