diff options
author | JAROWMR <jarorutjes07@gmail.com> | 2024-11-19 20:39:42 +0100 |
---|---|---|
committer | JAROWMR <jarorutjes07@gmail.com> | 2024-11-19 20:39:42 +0100 |
commit | 0a49b688a79c9cb59c1ed1bdbd1c15f9572deed9 (patch) | |
tree | 1b517092107309bea56f41f861bc171672d8cf3a /src/crepe/api/Rigidbody.h | |
parent | ed04aa321fd390c45eff1fee03e73e6513c6b978 (diff) |
added doxygen
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 b55297c..782de22 100644 --- a/src/crepe/api/Rigidbody.h +++ b/src/crepe/api/Rigidbody.h @@ -77,7 +77,7 @@ public: //! if object bounces bool bounce = false; //! bounce factor of material - double bouncie_factor = 0.0; + double elastisity = 0.0; //! offset of all colliders Vector2 offset; }; |