From c751d8fdd8f4fe68e29ebb34943f5dba20cad226 Mon Sep 17 00:00:00 2001 From: Lev Date: Thu, 15 Aug 2024 10:27:02 +0300 Subject: [PATCH] minor changes GraficsComponent --- ZoFo/GameCore/ZoFo_grafics/GraphicsComponent.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ZoFo/GameCore/ZoFo_grafics/GraphicsComponent.cs b/ZoFo/GameCore/ZoFo_grafics/GraphicsComponent.cs index d3e65b2..6a3572b 100644 --- a/ZoFo/GameCore/ZoFo_grafics/GraphicsComponent.cs +++ b/ZoFo/GameCore/ZoFo_grafics/GraphicsComponent.cs @@ -1,4 +1,4 @@ -using ZoFo.GameCore.GameObjects; +/*using ZoFo.GameCore.GameObjects; using ZoFo.GameCore.GameManagers; using ZoFo.GameCore.GameManagers.NetworkManager; using Microsoft.Xna.Framework; @@ -275,3 +275,4 @@ namespace ZoFo.GameCore.ZoFo_graphics public static Point CameraPosition = new Point(-700, 300); } } +*/ \ No newline at end of file