aboutsummaryrefslogtreecommitdiff
path: root/src/example/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/example/game.cpp')
-rw-r--r--src/example/game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/example/game.cpp b/src/example/game.cpp
index afa8c10..e851526 100644
--- a/src/example/game.cpp
+++ b/src/example/game.cpp
@@ -67,7 +67,7 @@ public:
.body_type = Rigidbody::BodyType::DYNAMIC,
.linear_velocity = {1,1},
.constraints = {0, 0, 0},
- .use_gravity = false,
+ .use_gravity = true,
.bounce = true,
.elastisity = 1,
.offset = {0,0},