@ -267,7 +267,7 @@ main :: () {
}
// gravity
it.force.y += -9.81;
it.force.y += -9.81 * it.shape.mass;
if !it.static
{