activa -Wextra -Wpedantic i neteja warnings
This commit is contained in:
@@ -164,7 +164,7 @@ void Title::handleMainMenuKeyPress(SDL_Keycode key) {
|
||||
}
|
||||
|
||||
// Comprueba las entradas
|
||||
void Title::handleInput(float delta_time) {
|
||||
void Title::handleInput(float /*delta_time*/) {
|
||||
Input::get()->update();
|
||||
|
||||
// Permitir cancelar remap con ESC/CANCEL
|
||||
|
||||
Reference in New Issue
Block a user