Fixed bug where gravity scales were initialised to NaN

This commit is contained in:
Diren D Bharwani 2023-03-08 12:59:51 +08:00
parent 70804f1c3d
commit 6f8387a5ea
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ namespace SHADE
, flags { 0 }
, drag { 0.01f }
, angularDrag { 0.1f }
, gravityScale{ 1.0f }
, rigidBody { nullptr }
{
// Default flags