diff options
Diffstat (limited to 'src/crepe/api')
| -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;  	};  |