add whitespace line

This commit is contained in:
Colin McMillen 2020-11-20 17:38:23 -05:00
parent 5d9a7205a1
commit 7f7da206c9

View File

@ -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);