fix: prevent moving through walls in extreme lag situations

This commit is contained in:
Khaïs COLIN 2025-08-07 13:45:34 +02:00
parent b9b164e32d
commit 98e0119c91
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo
7 changed files with 209 additions and 53 deletions

View file

@ -25,6 +25,7 @@ SOURCEFILES = \
src/player/angle.c \
src/player/player.c \
src/player/move.c \
src/player/move_step.c \
src/raycast/ray.c \
src/raycast/walls.c \
src/renderer/render.c \