Start drawing sky

This commit is contained in:
Miloslav Ciz 2024-07-30 02:47:42 +02:00
parent d02b8b4ec3
commit 681bcf2712
4 changed files with 3113 additions and 147 deletions

1
game.h
View file

@ -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;