Main Menu

FPS issue

Started by Adaz, January 24, 2008, 02:34:07 AM

Previous topic - Next topic

Adaz



Try the following sample:

LoadFont "Arial",1,32,1
setfont 1

repeat

cls 0
text 50,50,fps()
sync

until leftmousebutton()


If you press PgDn to display the built-in fps counter, the fps increases a lot.
In my machine FPS is ~830 without PgDn, and ~1690 with PgDn. Why?

Thanks!

Ádáz

Hungary

kevin


This is already mentioned here

Adaz

Quote from: kevin on January 24, 2008, 06:53:21 AM
This is already mentioned here

Got it, i won't call it twice :) Thanks

Ádáz

Hungary