add triggers

This commit is contained in:
MihailRis
2024-06-30 16:25:08 +03:00
parent 50c714692a
commit 5769be8ec8
15 changed files with 239 additions and 64 deletions
+2 -1
View File
@@ -88,7 +88,8 @@ void Player::updateInput(
substeps,
crouch,
flight ? 0.0f : 1.0f,
!noclip
!noclip,
0
);
if (flight && hitbox->grounded) {