Start drawing sky
This commit is contained in:
parent
d02b8b4ec3
commit
681bcf2712
4 changed files with 3113 additions and 147 deletions
1
game.h
1
game.h
|
@ -130,7 +130,6 @@ uint8_t LCR_gameStep(uint32_t time)
|
|||
|
||||
if (time >= LCR_nextRenderFrameTime)
|
||||
{
|
||||
LCR_drawBackground(0);
|
||||
LCR_rendererDraw();
|
||||
|
||||
LCR_nextRenderFrameTime += 1000 / LCR_SETTING_FPS;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue