From 7f7da206c9037f3454bd731c144ea7738f31dc64 Mon Sep 17 00:00:00 2001 From: Colin McMillen Date: Fri, 20 Nov 2020 17:38:23 -0500 Subject: [PATCH] add whitespace line --- Shared/SneakGame.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Shared/SneakGame.cs b/Shared/SneakGame.cs index fe6edd0..ff9858c 100644 --- a/Shared/SneakGame.cs +++ b/Shared/SneakGame.cs @@ -67,6 +67,7 @@ namespace SemiColinGames { // world = new SneakWorld(GraphicsDevice, Content.LoadString("levels/demo.json")); // world = new TreeWorld(); world = new ShmupWorld(); + scene?.Dispose(); // scene = new SneakScene(GraphicsDevice, ((SneakWorld) world).Camera); // scene = new TreeScene(GraphicsDevice);