FPS locked to 60?

Archives Forums/Blitz3D SDK Programming/FPS locked to 60?

Interama(Posted 2007) [#1]
I just can't get a FPS better than 60 using the SDK for C#, not even with a blank screen. Is it a bug or something I'm doing wrong?


Barnabius(Posted 2007) [#2]
Use bbFlip(0) to turn vertical sync off. Use bbFlip(1) to turn it on. You are probably using bbFlip() which defaults to vsync on.

Barney