Merge branch 'master' of mutantstargoat.com:/home/nuclear/git/dosdemo
[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)