diff --git a/C++ProjectTemplate b/C++ProjectTemplate index 52ac095..4342274 100755 Binary files a/C++ProjectTemplate and b/C++ProjectTemplate differ diff --git a/main.cpp b/main.cpp index d11e6f8..b4bf3d1 100644 --- a/main.cpp +++ b/main.cpp @@ -1010,6 +1010,7 @@ This is a test message that lets us trigger straight from a cutscene! Cool!)"), if (GetKey(F5).bPressed) { GAME_STATE=GameState::GAME_WORLD; EDITING_LAYER=layer::DYNAMIC; + EnableLayer(layer::COLLISION,false); } if (GetKey(K1).bPressed) { EDITING_LAYER=layer::COLLISION;