ommited calling demo_post_draw in the glut backend
[dosdemo] / src / glut / main.c
index 0e766bd..fb663e6 100644 (file)
@@ -232,6 +232,8 @@ void blit_frame(void *pixels, int vsync)
                prev_vsync = vsync;
        }
 
+       demo_post_draw(pixels);
+
        for(i=0; i<FB_WIDTH * FB_HEIGHT; i++) {
                int r = UNPACK_R16(*sptr);
                int g = UNPACK_G16(*sptr);