rajouté un break qui manquait.

This commit is contained in:
MarcEricMartel 2023-08-28 17:49:26 -04:00
parent 3b5a56189e
commit 55b7051db1

View File

@ -370,6 +370,7 @@ void Engine::KeyReleaseEvent(unsigned char key) {
case 38: // Left Shift
//std::cout << "rLS " << std::endl;
m_keylshift = false;
break;
case 57: // Espace
//std::cout << "rSpace " << std::endl;
m_keySpace = false;