minor fixes
This commit is contained in:
parent
5d1800c90e
commit
b2755a3e69
1 changed files with 2 additions and 1 deletions
|
@ -130,6 +130,7 @@ namespace DangerousD.GameCore
|
|||
_spriteBatch.Draw(renderTarget, new Rectangle(0,0, _graphics.PreferredBackBufferWidth, _graphics.PreferredBackBufferHeight), Color.White);
|
||||
_spriteBatch.End();
|
||||
|
||||
|
||||
base.Draw(gameTime);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue