diff options
author | JAROWMR <jarorutjes07@gmail.com> | 2024-12-07 15:55:09 +0100 |
---|---|---|
committer | JAROWMR <jarorutjes07@gmail.com> | 2024-12-07 15:55:09 +0100 |
commit | d836022aeb120b483c8ddf54cabe0f4325e68803 (patch) | |
tree | c09952570ac3732dfd821ae00fe379330e513e7c /src/crepe/api/Rigidbody.h | |
parent | a61149733e8661c97f15fc99e5b28489c29a2b22 (diff) | |
parent | 3f4be8dd73792b8937cdba4934b8938be163ac7a (diff) |
merge ai
Diffstat (limited to 'src/crepe/api/Rigidbody.h')
-rw-r--r-- | src/crepe/api/Rigidbody.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/api/Rigidbody.h b/src/crepe/api/Rigidbody.h index 40c6bf1..f641fff 100644 --- a/src/crepe/api/Rigidbody.h +++ b/src/crepe/api/Rigidbody.h @@ -79,7 +79,7 @@ public: //! Linear velocity of the object (speed and direction). vec2 linear_velocity; //! Maximum linear velocity of the object. This limits the object's speed. - vec2 max_linear_velocity = {INFINITY, INFINITY}; + float max_linear_velocity = INFINITY; //! Linear velocity coefficient. This scales the object's velocity for adjustment or damping. vec2 linear_velocity_coefficient = {1, 1}; //! \} |