diff --git a/ZoFo/Game1.cs b/ZoFo/Game1.cs index 3c35539..28c0ee4 100644 --- a/ZoFo/Game1.cs +++ b/ZoFo/Game1.cs @@ -27,7 +27,7 @@ public class Game1 : Game { _spriteBatch = new SpriteBatch(GraphicsDevice); - // TODO: use this.Content to load your game content here + // TODO: use this.Content to load your game content here } protected override void Update(GameTime gameTime)