diff options
Diffstat (limited to 'examples/web/physics/physac.h')
| -rw-r--r-- | examples/web/physics/physac.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/web/physics/physac.h b/examples/web/physics/physac.h index 3fb832b..ed77a3c 100644 --- a/examples/web/physics/physac.h +++ b/examples/web/physics/physac.h @@ -391,8 +391,8 @@ PHYSACDEF PhysicsBody CreatePhysicsBodyRectangle(Vector2 pos, float width, float newBody->id = newId; newBody->enabled = true; newBody->position = pos; - newBody->velocity = (Vector2){ 0.0f }; - newBody->force = (Vector2){ 0.0f }; + newBody->velocity = (Vector2){ 0 }; + newBody->force = (Vector2){ 0 }; newBody->angularVelocity = 0.0f; newBody->torque = 0.0f; newBody->orient = 0.0f; |
