diff --git a/physics.jai b/physics.jai index c4cc7c7..238e373 100644 --- a/physics.jai +++ b/physics.jai @@ -267,7 +267,7 @@ main :: () { } // gravity - //it.force.y += -9.81; + it.force.y += -9.81; if !it.static {