X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=src%2Fdos%2Fmain.c;h=0f8abf51245c62ddfe07738054795fcae9abb0f0;hp=aed4e8aa90fa9af01b51bc038fd1abbe1faed5a2;hb=b82bab85314bbc57d1c542d4d6687de0cd75c375;hpb=acf706a52fdef3bea3f4ae07b7797395f854c11e diff --git a/src/dos/main.c b/src/dos/main.c index aed4e8a..0f8abf5 100644 --- a/src/dos/main.c +++ b/src/dos/main.c @@ -132,7 +132,7 @@ void swap_buffers(void *pixels) void *next; drawFps(vmem_back); - if((next = page_flip(opt.vsync ? FLIP_VBLANK_WAIT : FLIP_NOW))) { + if((next = page_flip(opt.vsync ? FLIP_VBLANK : FLIP_NOW))) { assert(next == vmem_back); vmem_back = vmem_front; vmem_front = next;