diff options
Diffstat (limited to 'src/demo.c')
-rw-r--r-- | src/demo.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -154,6 +154,6 @@ demo(void) for (; y > 5 * map->tileheight; y -= 1) DEMO(); /* Up */ for (; x < 17 * map->tilewidth ; x += 1) DEMO(); /* Right */ for (; y > 1 * map->tileheight; y -= 1) DEMO(); /* Up */ - debug("Rendered %d frames in %d milliseconds", i, total); + debug("Rendered %d frames in %u milliseconds", i, total); } } |