From 77a37a2f52fdfba1457acb93bc90ef792ae6f8fc Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sat, 12 Sep 2015 21:41:07 -0400 Subject: fixed layer jump --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 93f7da1..593e125 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -76,7 +76,7 @@ int main(int argc,char **argv){ // Generate the world World *w=NULL,*w2=NULL; w2=new World(4,w,NULL); - w=new World(2,NULL,w2); + w=new World(10,NULL,w2); currentWorld=w; currentWorld->addLayer(3); -- cgit v1.2.3