From 7ac9b53630fb8be9a1ac99b98a9b3c483e910cef Mon Sep 17 00:00:00 2001 From: Sergio Valor Date: Mon, 14 Jul 2025 17:37:54 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20al=20resetejar=20el=20joc=20es=20perdia?= =?UTF-8?q?=20la=20asignaci=C3=B3=20de=20botons=20dels=20mandos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/director.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/director.cpp b/source/director.cpp index 592e24a..9ba1bd5 100644 --- a/source/director.cpp +++ b/source/director.cpp @@ -636,6 +636,7 @@ void Director::reset() Resource::get()->reload(); } Input::get()->discoverGameControllers(); + bindInputs(); ServiceMenu::get()->reset(); Section::name = Section::Name::LOGO; }