Hi all,
I want to make a framecounter so I have written a loop in the main func which add 1 to a var and wait 1 frame and call some dllfunction. I use a panel and put the var in it and find it increase slowly but I hit F11 and find the fps is more than 60fps. Then I have a question in mind. When will the engine render? At the end of the main loop? Or it is totally independent? Or else?
Many thx,
ET