Optimize rendering

This commit is contained in:
Miloslav Ciz 2025-04-24 16:55:35 +02:00
parent c22f17ef8c
commit 5265552c57
8 changed files with 117 additions and 89 deletions

View file

@ -9,7 +9,7 @@
#define DATA_FILE_NAME "data"
#define LCR_LOADING_COMMAND SDL_PumpEvents();
// #define LCR_FPS_GET_MS SDL_GetTicks() // uncomment for FPS measuring
#define LCR_FPS_GET_MS SDL_GetTicks() // uncomment for FPS measuring
#include "game.h"