Renaming the select button

This commit is contained in:
Zoe Roux
2021-06-15 14:03:07 +02:00
parent 01457a0cd5
commit 123fe91080
8 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ namespace BBM
Gamepad gamepad(gamepadComponent.getID());
const std::map<Button, bool &> keyPressedMap = {
{gamepadComponent.keyJump, controllable.jump},
{gamepadComponent.keyJump, controllable.select},
{gamepadComponent.keyBomb, controllable.bomb},
{gamepadComponent.keyPause, controllable.pause}
};