fix button for pause menu opening

This commit is contained in:
arthur.jamet
2021-06-08 16:21:03 +02:00
parent 1e5d97f831
commit 29690b3744
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ bool RAY::Window::open(void)
}
InitWindow(this->_dimensions.x, this->_dimensions.y, this->_title.c_str());
this->_isOpen = true;
//this->setExitKey(Controller::Keyboard::Key::KEY_M);
this->setExitKey(Controller::Keyboard::Key::KEY_DELETE);
return true;
}