From 1ef0c78f33c215b1cb9200b383fd365814d3cb69 Mon Sep 17 00:00:00 2001 From: Cameron Reikes Date: Fri, 3 Feb 2023 17:46:16 -0800 Subject: [PATCH] Gravity master --- physics.jai | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {