Start turning

This commit is contained in:
Miloslav Ciz 2024-09-10 17:29:22 +02:00
parent 74ea3dcd41
commit 0cedae66a9
5 changed files with 80 additions and 21 deletions

2
game.h
View file

@ -195,8 +195,6 @@ uint8_t LCR_gameStep(uint32_t time)
if (time >= LCR_game.nextRenderFrameTime)
{
LCR_GameUnit physicsInterpolationParam = LCR_GAME_UNIT -
((LCR_game.nextRacingTickTime - time) * LCR_GAME_UNIT) /
LCR_RACING_TICK_MS;