diff --git a/frontend/src/components/PhysicsSimulation.tsx b/frontend/src/components/PhysicsSimulation.tsx index 8579127..578503d 100644 --- a/frontend/src/components/PhysicsSimulation.tsx +++ b/frontend/src/components/PhysicsSimulation.tsx @@ -72,7 +72,7 @@ export function World() { } = Matter; const engine = Engine.create(); engine.gravity.y = 1; - engine.enableSleeping = true; + engine.enableSleeping = false; const render = Render.create({ element: container,