diff options
author | TwistedTwigleg <beard.noah@gmail.com> | 2017-08-11 15:10:05 -0400 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-08-16 17:22:23 +0200 |
commit | 00f6c859282bb4dab3f6b4f6c20c44222221ebe9 (patch) | |
tree | ab3d2bae1ce8e9661480535a6442c94e5aeafd83 /scene/3d/spatial_velocity_tracker.h | |
parent | b1ecaaa22b8dd87a75db414cb84ad0f60d5d4cef (diff) | |
download | redot-engine-00f6c859282bb4dab3f6b4f6c20c44222221ebe9.tar.gz |
Synchronize parameter names in definition and declaration
Fixes #10244.
Diffstat (limited to 'scene/3d/spatial_velocity_tracker.h')
-rw-r--r-- | scene/3d/spatial_velocity_tracker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/3d/spatial_velocity_tracker.h b/scene/3d/spatial_velocity_tracker.h index 65f3eaca93..b8237613a7 100644 --- a/scene/3d/spatial_velocity_tracker.h +++ b/scene/3d/spatial_velocity_tracker.h @@ -20,7 +20,7 @@ protected: public: void reset(const Vector3 &p_new_pos); - void set_track_fixed_step(bool p_use_fixed_step); + void set_track_fixed_step(bool p_track_fixed_step); bool is_tracking_fixed_step() const; void update_position(const Vector3 &p_position); Vector3 get_tracked_linear_velocity() const; |