[ADD] static skin treshold

This commit is contained in:
Sem van der Hoeven
2021-06-08 15:35:03 +02:00
parent 27594d466b
commit 88252f4dc8
5 changed files with 24 additions and 3 deletions

View File

@@ -130,6 +130,7 @@ namespace scene
{
if (glfwGetKey(window, GLFW_KEY_SPACE) == GLFW_PRESS)
{
cv::destroyWindow("camera");
return_value = scene::Scenes::STOP;
}