mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-04 02:36:31 +00:00
fix button for pause menu opening
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user