Re: [Super-tux-devel] Last meter to 0.0.6
Brought to you by:
wkendrick
From: Martin R. <mar...@gm...> - 2004-03-13 19:52:52
|
On Sat, Mar 13, 2004 at 01:01:56PM -0500, Tobias Gläßer wrote: > I tried your patch, but my FPS sunk in OpenGL mode from 100 to 65. + if(frames_left < 1.0) Maybe try 0.5 here, or -1 (to disable the SDL_Delay). > Moreover the game doesn't feel runny anymore. I hope this was only because of the SDL_Delay above. > Your solution is more a workaround than a real bug-fix. Yes. I'm still curious to see a real bug-fix implemented. bye, Martin |