corregit el bug introduit en c35889a840

This commit is contained in:
2026-04-03 21:01:44 +02:00
parent 5f7fb8625d
commit 6d8d02f0e4
3 changed files with 1 additions and 24 deletions

View File

@@ -1128,7 +1128,6 @@ auto Game::allPlayersAreNotPlaying() -> bool {
// Comprueba los eventos que hay en cola
void Game::handleEvents() {
input_->resetJustPressed();
SDL_Event event;
while (SDL_PollEvent(&event)) {
switch (event.type) {