added two new global pointers in demo.h: vmem_back and vmem_front, and
[dosdemo] / src / polytest.c
index 0217916..fc38c16 100644 (file)
@@ -90,6 +90,8 @@ static void draw(void)
 
        zsort(&torus);
        draw_mesh(&torus);
+
+       swap_buffers(fb_pixels);
 }
 
 static void draw_mesh(struct mesh *mesh)