X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=src%2Fpolytest.c;h=fc38c16747a2dcd8629bcd872bb96cf858203f93;hp=0217916fe6c8233f779ba70b944649bce6f8c8fa;hb=5d9ec41cc62ebddf5d406511714e561e88884987;hpb=f48bebd0c67210cd8b56e7d491b4942971e34ed1 diff --git a/src/polytest.c b/src/polytest.c index 0217916..fc38c16 100644 --- a/src/polytest.c +++ b/src/polytest.c @@ -90,6 +90,8 @@ static void draw(void) zsort(&torus); draw_mesh(&torus); + + swap_buffers(fb_pixels); } static void draw_mesh(struct mesh *mesh)