From e32f533207c0ded45441d8c32e96247ff7119eac Mon Sep 17 00:00:00 2001 From: drumsetmonkey Date: Tue, 27 Oct 2015 16:22:18 -0400 Subject: Made better tree layer --- src/gameplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gameplay.cpp') diff --git a/src/gameplay.cpp b/src/gameplay.cpp index d1cc69d..99b9ff0 100644 --- a/src/gameplay.cpp +++ b/src/gameplay.cpp @@ -34,7 +34,7 @@ void initEverything(void){ */ World *test=new World(); - test->generate(SCREEN_WIDTH/2); + test->generate(SCREEN_WIDTH); /* * Add two layers, a platform, and a hole to the world. -- cgit v1.2.3