add whitespace line
This commit is contained in:
parent
5d9a7205a1
commit
7f7da206c9
@ -67,6 +67,7 @@ namespace SemiColinGames {
|
|||||||
// world = new SneakWorld(GraphicsDevice, Content.LoadString("levels/demo.json"));
|
// world = new SneakWorld(GraphicsDevice, Content.LoadString("levels/demo.json"));
|
||||||
// world = new TreeWorld();
|
// world = new TreeWorld();
|
||||||
world = new ShmupWorld();
|
world = new ShmupWorld();
|
||||||
|
|
||||||
scene?.Dispose();
|
scene?.Dispose();
|
||||||
// scene = new SneakScene(GraphicsDevice, ((SneakWorld) world).Camera);
|
// scene = new SneakScene(GraphicsDevice, ((SneakWorld) world).Camera);
|
||||||
// scene = new TreeScene(GraphicsDevice);
|
// scene = new TreeScene(GraphicsDevice);
|
||||||
|
Loading…
Reference in New Issue
Block a user