From eda2b0a2a9daaa5f372996e830d539377989c1a7 Mon Sep 17 00:00:00 2001 From: Lev Date: Thu, 15 Aug 2024 00:37:05 +0300 Subject: [PATCH] Init --- ZoFo/Game1.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZoFo/Game1.cs b/ZoFo/Game1.cs index 3c35539..6a61626 100644 --- a/ZoFo/Game1.cs +++ b/ZoFo/Game1.cs @@ -18,7 +18,7 @@ public class Game1 : Game protected override void Initialize() { - // TODO: Add your initialization logic here + // TODO: Add your initialization logic here base.Initialize(); }