From 38a2476bcfa41b6d83a9a72d35f5acb684dc87fd Mon Sep 17 00:00:00 2001 From: JAROWMR Date: Tue, 19 Nov 2024 20:43:53 +0100 Subject: added doxygen comments --- src/crepe/api/Rigidbody.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/crepe/api/Rigidbody.h') 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; }; -- cgit v1.2.3