Fixed a bug causing invalid gravity scales #405
|
@ -34,6 +34,7 @@ namespace SHADE
|
|||
, flags { 0 }
|
||||
, drag { 0.01f }
|
||||
, angularDrag { 0.1f }
|
||||
, gravityScale{ 1.0f }
|
||||
, rigidBody { nullptr }
|
||||
{
|
||||
// Default flags
|
||||
|
|
Loading…
Reference in New Issue