diff options
Diffstat (limited to 'src/gameplay.cpp')
-rw-r--r-- | src/gameplay.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gameplay.cpp b/src/gameplay.cpp index 99b9ff0..d3cc4f4 100644 --- a/src/gameplay.cpp +++ b/src/gameplay.cpp @@ -41,7 +41,7 @@ void initEverything(void){ */ test->addLayer(400); - test->addLayer(100); + //test->addLayer(100); test->addPlatform(150,100,100,10); |