From 72638e36662240c2804b636508d9d7b9df80a710 Mon Sep 17 00:00:00 2001 From: Lev Date: Thu, 15 Aug 2024 00:38:01 +0300 Subject: [PATCH] Init_gameObj --- ZoFo/Game1.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)