[ADDED] rotating bounding boxes

This commit is contained in:
Menno
2021-06-08 12:22:54 +02:00
parent aa9c6a0fbb
commit 625965ed1b
4 changed files with 31 additions and 3 deletions

View File

@@ -162,7 +162,7 @@ namespace scene
void scene::In_Game_Scene::onKey(GLFWwindow* window, int key, int scancode, int action, int mods)
{
if (glfwGetKey(window, GLFW_KEY_SPACE) == GLFW_PRESS)
if (glfwGetKey(window, GLFW_KEY_ESCAPE) == GLFW_PRESS)
{
return_value = scene::Scenes::STOP;
}