aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api
diff options
context:
space:
mode:
authorJAROWMR <jarorutjes07@gmail.com>2024-11-19 20:43:53 +0100
committerJAROWMR <jarorutjes07@gmail.com>2024-11-19 20:43:53 +0100
commit38a2476bcfa41b6d83a9a72d35f5acb684dc87fd (patch)
treec07949d57bc806ad0261173c702bef1f871e4d1e /src/crepe/api
parent3b615d87f421b576227ef6d0f7e3c5d66c545da2 (diff)
added doxygen comments
Diffstat (limited to 'src/crepe/api')
-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 782de22..a007107 100644
--- a/src/crepe/api/Rigidbody.h
+++ b/src/crepe/api/Rigidbody.h
@@ -78,7 +78,7 @@ public:
bool bounce = false;
//! bounce factor of material
double elastisity = 0.0;
- //! offset of all colliders
+ //! offset of all colliders relative to transform position
Vector2 offset;
};