by DevelopmentTeam » Fri Oct 13, 2006 5:23 am
setclip may be a problem, but if the FPS of your game goes down bit more than what you have set, then the slow down problem occurs. for example if you have set 20 FPS, and the game cannot be rendered at that speed, then the game will go even slower coz of the static FPS you have coded. So you should always do it the other way. The fps can change but the game speed should also change accordingly, like in doom, quake etc.