diff --git a/MyGame/Game1.cs b/MyGame/Game1.cs index 9fcccbd..d6d8122 100644 --- a/MyGame/Game1.cs +++ b/MyGame/Game1.cs @@ -729,7 +729,7 @@ namespace MyGame { var content = Content.Load($"overlays/{tile.ID}"); - System.Console.WriteLine(tile.Rotation); + // System.Console.WriteLine(tile.Rotation); if (tile.Intersection) { var posX = tile.X * _tileSize;