From 48d876bcf1ef87517457a8feba288ed8dd83b6fe Mon Sep 17 00:00:00 2001 From: Sergio Valor Date: Wed, 28 Aug 2024 08:38:21 +0200 Subject: [PATCH] =?UTF-8?q?Eliminada=20la=20opci=C3=B3n=20de=20poner=20pau?= =?UTF-8?q?sa=20desde=20el=20mando?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/director.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/director.cpp b/source/director.cpp index 9dd0c31..aaf2062 100644 --- a/source/director.cpp +++ b/source/director.cpp @@ -152,7 +152,7 @@ void Director::initInput() // Mando - Otros input->bindGameControllerButton(i, input_accept, SDL_CONTROLLER_BUTTON_START); input->bindGameControllerButton(i, input_cancel, SDL_CONTROLLER_BUTTON_A); - input->bindGameControllerButton(i, input_pause, SDL_CONTROLLER_BUTTON_B); + //input->bindGameControllerButton(i, input_pause, SDL_CONTROLLER_BUTTON_B); input->bindGameControllerButton(i, input_exit, SDL_CONTROLLER_BUTTON_BACK); }