]> Dogcows Code - chaz/carfire/blobdiff - CarFire/CarFire/CarFire/XnaGame.cs
git-svn-id: https://bd85.net/svn/cs3505_group@168 92bb83a3-7c8f-8a45-bc97-515c4e399668
[chaz/carfire] / CarFire / CarFire / CarFire / XnaGame.cs
index 0623ae9f413b96f62555e2f648d2f373732ce99a..b314317f2747a81f87785f094747f35da4034190 100644 (file)
@@ -56,6 +56,7 @@ namespace CarFire
             base.Initialize();\r
         }\r
 \r
+\r
         /// <summary>\r
         /// LoadContent will be called once per game and is the place to load\r
         /// all of your content.\r
@@ -97,8 +98,6 @@ namespace CarFire
         /// <param name="gameTime">Provides a snapshot of timing values.</param>\r
         protected override void Draw(GameTime gameTime)\r
         {\r
-            GraphicsDevice.Clear(Color.Red);\r
-\r
             spriteBatch.Begin();\r
             networkGame.Draw(gameTime, spriteBatch);\r
             spriteBatch.End();\r
This page took 0.01777 seconds and 4 git commands to generate.