Fixed a bug causing invalid gravity scales #405

Merged
direnbharwani merged 3 commits from SP3-2-Physics into main 2023-03-08 13:55:04 +08:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 6f8387a5ea - Show all commits

View File

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