neteja NOLINT obsolets (de 77 a 53)
This commit is contained in:
@@ -632,7 +632,7 @@ void Player::placeSprite() {
|
||||
sprite_->setPos(x_, y_);
|
||||
}
|
||||
|
||||
void Player::animate(float delta_time) { // NOLINT(readability-make-member-function-const)
|
||||
void Player::animate(float delta_time) {
|
||||
if (state_ == State::ON_AIR) {
|
||||
turning_ = false;
|
||||
const bool NEAR_PEAK = vy_ > JUMP_VELOCITY * 0.5F && vy_ < -JUMP_VELOCITY * 0.5F;
|
||||
|
||||
Reference in New Issue
Block a user