activa -Wextra -Wpedantic i neteja warnings
This commit is contained in:
@@ -66,7 +66,7 @@ void Logo::handleInput() {
|
||||
}
|
||||
|
||||
// Gestiona el logo de JAILGAME
|
||||
void Logo::updateJAILGAMES(float delta_time) {
|
||||
void Logo::updateJAILGAMES(float /*delta_time*/) {
|
||||
// Solo actualizar durante el estado JAILGAMES_SLIDE_IN
|
||||
if (state_ != State::JAILGAMES_SLIDE_IN) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user