@ -84,6 +84,9 @@ static void key_callback(GLFWwindow* window, int key, int scancode, int action,
case GLFW_KEY_SPACE:
glfwSetTime(0.0);
break;
case GLFW_KEY_ESCAPE:
glfwSetWindowShouldClose(window, GLFW_TRUE);
}