Merge branch 'main' into heightmaps

This commit is contained in:
MihailRis 2024-10-04 16:58:50 +03:00
commit 073ef11cfa

View File

@ -152,7 +152,7 @@ void Player::postUpdate() {
auto& hitbox = entity->getRigidbody().hitbox;
position = hitbox.position;
if (flight && hitbox.grounded) {
if (flight && hitbox.grounded && !noclip) {
flight = false;
}
if (spawnpoint.y <= 0.1) {