Turn car vertically on start

This commit is contained in:
Miloslav Ciz 2024-12-19 21:10:18 +01:00
parent b79b83e56a
commit 3352d9a234
3 changed files with 55 additions and 41 deletions

4
game.h
View file

@ -414,6 +414,10 @@ LCR_GameUnit physicsInterpolationParam = LCR_GAME_UNIT -
if (sleep)
LCR_sleep(sleep);
else
{
LCR_LOG1("can't sleep, frames take too long!");
}
LCR_LOG2("game step end");