Fixed Camera2D's reset_smoothing() does not work as described

(cherry picked from commit 22eaec6895)
This commit is contained in:
vitika9 2021-07-27 16:29:30 +05:30 committed by Rémi Verschelde
parent bcd3c9a285
commit bea67d7763
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -472,8 +472,8 @@ void Camera2D::force_update_scroll() {
}
void Camera2D::reset_smoothing() {
smoothed_camera_pos = camera_pos;
_update_scroll();
smoothed_camera_pos = camera_pos;
}
void Camera2D::align() {