1
General / Detecting Memory Leaks
« on: December 25, 2010, 04:56:18 pm »
When you click on the titlebar with the mouse the OS don't let you draw anything on the window. So you program is in pause. When you stop moving the window, the program continue.
If your program was in pause for 3 second, GetFrameTime() will give you more than 3 second... That's normal.
If you don't want to use getFrameTime() you can use a fixed framerate
If your program was in pause for 3 second, GetFrameTime() will give you more than 3 second... That's normal.
If you don't want to use getFrameTime() you can use a fixed framerate