Merge branch 'feature/game_logic/collisionFix' into feature/game_logic/game_over
* feature/game_logic/collisionFix: [FIXED] collisions [WIP] collision fixing # Conflicts: # src/scenes/game_Over_Scene.cpp # src/scenes/in_Game_Scene.cpp
This commit is contained in:
@@ -193,7 +193,7 @@ namespace scene
|
||||
{
|
||||
if (glfwGetKey(window, GLFW_KEY_SPACE) == GLFW_PRESS)
|
||||
{
|
||||
return_value = scene::Scenes::STARTUP;
|
||||
//return_value = scene::Scenes::STARTUP;
|
||||
cv::destroyWindow("camera");
|
||||
}
|
||||
else if (glfwGetKey(window, GLFW_KEY_BACKSPACE) == GLFW_PRESS) {
|
||||
|
||||
Reference in New Issue
Block a user