diff --git a/src/physics/PhysicsSolver.cpp b/src/physics/PhysicsSolver.cpp index e5a588c9..834d5389 100644 --- a/src/physics/PhysicsSolver.cpp +++ b/src/physics/PhysicsSolver.cpp @@ -176,7 +176,6 @@ void PhysicsSolver::colisionCalc( if (glm::abs(newy-pos.y) <= MAX_FIX+stepHeight) { pos.y = newy; } - hitbox->grounded = true; break; } }