foo
[eradicate] / src / sdl / main.c
index 86e5198..57cc7f2 100644 (file)
@@ -99,6 +99,8 @@ void blit_frame(void *pixels, int vsync)
        int i, j;
        unsigned short *sptr, *dptr;
 
+       dbg_fps(pixels);
+
        if(vsync) {
                wait_vsync();
        }