aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/Rigidbody.h
diff options
context:
space:
mode:
authorJAROWMR <jarorutjes07@gmail.com>2024-11-19 20:39:42 +0100
committerJAROWMR <jarorutjes07@gmail.com>2024-11-19 20:39:42 +0100
commit0a49b688a79c9cb59c1ed1bdbd1c15f9572deed9 (patch)
tree1b517092107309bea56f41f861bc171672d8cf3a /src/crepe/api/Rigidbody.h
parented04aa321fd390c45eff1fee03e73e6513c6b978 (diff)
added doxygen
Diffstat (limited to 'src/crepe/api/Rigidbody.h')
-rw-r--r--src/crepe/api/Rigidbody.h2
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;
};