summaryrefslogtreecommitdiffhomepage
path: root/examples/physics/physics_demo.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/physics/physics_demo.c')
-rw-r--r--examples/physics/physics_demo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/physics/physics_demo.c b/examples/physics/physics_demo.c
index 98a92bcc..1acb0d13 100644
--- a/examples/physics/physics_demo.c
+++ b/examples/physics/physics_demo.c
@@ -54,7 +54,7 @@ int main(void)
if (IsKeyPressed(KEY_R)) // Reset physics system
{
ResetPhysics();
-
+
floor = CreatePhysicsBodyRectangle((Vector2){ screenWidth/2, screenHeight }, 500, 100, 10);
floor->enabled = false;