Apanyats alguns bugs que quedaven respecte a lo del teclat
This commit is contained in:
@@ -233,6 +233,12 @@ void Director::bindInputs()
|
||||
options.controllers.at(i).buttons.at(j) = Input::get()->getControllerBinding(i, options.controllers.at(i).inputs.at(j));
|
||||
}
|
||||
}
|
||||
|
||||
// Asegura que algún jugador tenga el teclado asignado
|
||||
if (getPlayerWhoUsesKeyboard() == 0)
|
||||
{
|
||||
setKeyboardToPlayer(1);
|
||||
}
|
||||
}
|
||||
|
||||
// Inicializa JailAudio
|
||||
|
||||
Reference in New Issue
Block a user