add colored lighting back in via the colormap

This commit is contained in:
asrael 2026-02-05 03:27:35 -06:00
parent 01e6059dd1
commit 6aed25b3a6
16 changed files with 136 additions and 431 deletions

View file

@ -340,7 +340,6 @@ pxl8_result pxl8_update(pxl8* sys) {
if (game->fps_accumulator >= 1.0f) {
game->fps = (f32)game->fps_frame_count / game->fps_accumulator;
pxl8_info("FPS: %.1f", game->fps);
game->fps_accumulator = 0.0f;
game->fps_frame_count = 0;
}