X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fcarfire;a=blobdiff_plain;f=CarFire%2FCarFire%2FCarFire%2FXnaGame.cs;h=b314317f2747a81f87785f094747f35da4034190;hp=0623ae9f413b96f62555e2f648d2f373732ce99a;hb=236bc590ff21370c1139a8c01ff35f7b30af743d;hpb=f58af70a5768c1d99ca535fb214565ba226f3f0f diff --git a/CarFire/CarFire/CarFire/XnaGame.cs b/CarFire/CarFire/CarFire/XnaGame.cs index 0623ae9..b314317 100644 --- a/CarFire/CarFire/CarFire/XnaGame.cs +++ b/CarFire/CarFire/CarFire/XnaGame.cs @@ -56,6 +56,7 @@ namespace CarFire base.Initialize(); } + /// /// LoadContent will be called once per game and is the place to load /// all of your content. @@ -97,8 +98,6 @@ namespace CarFire /// Provides a snapshot of timing values. protected override void Draw(GameTime gameTime) { - GraphicsDevice.Clear(Color.Red); - spriteBatch.Begin(); networkGame.Draw(gameTime, spriteBatch); spriteBatch.End();