small fix
This commit is contained in:
parent
9fd675895d
commit
6d60cc8276
@ -176,7 +176,6 @@ void PhysicsSolver::colisionCalc(
|
|||||||
if (glm::abs(newy-pos.y) <= MAX_FIX+stepHeight) {
|
if (glm::abs(newy-pos.y) <= MAX_FIX+stepHeight) {
|
||||||
pos.y = newy;
|
pos.y = newy;
|
||||||
}
|
}
|
||||||
hitbox->grounded = true;
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user