add colored lighting back in via the colormap
This commit is contained in:
parent
01e6059dd1
commit
6aed25b3a6
16 changed files with 136 additions and 431 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue