clang-tidy (amb el fuck de que no feien bona parella el clang de macos i el tidy de llvm)
This commit is contained in:
@@ -61,7 +61,7 @@ void UIMessage::updateAnimation(float delta_time) {
|
||||
t = pow(t, 3);
|
||||
}
|
||||
|
||||
y_offset_ = start_y_ + (target_y_ - start_y_) * t;
|
||||
y_offset_ = start_y_ + ((target_y_ - start_y_) * t);
|
||||
|
||||
if (animation_timer_ >= ANIMATION_DURATION_S) {
|
||||
y_offset_ = target_y_;
|
||||
|
||||
Reference in New Issue
Block a user