Turn car vertically on start
This commit is contained in:
parent
b79b83e56a
commit
3352d9a234
3 changed files with 55 additions and 41 deletions
4
game.h
4
game.h
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue