Browse Source

add whitespace line

main
Colin McMillen 3 years ago
parent
commit
7f7da206c9
  1. 1
      Shared/SneakGame.cs

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

Loading…
Cancel
Save