Quitado código comentado

This commit is contained in:
2022-08-29 21:08:25 +02:00
parent e6dad36f3b
commit 16b7bcc091
3 changed files with 2 additions and 4 deletions

View File

@@ -27,7 +27,6 @@ Enemy::Enemy(enemy_t enemy)
sprite->setVelX(enemy.vx);
sprite->setVelY(enemy.vy);
sprite->setCurrentAnimation();
sprite->setFlip(enemy.vx > 0 ? SDL_FLIP_NONE : SDL_FLIP_HORIZONTAL);
collider = getRect();