| Re: [AD] Framerate under the 4.1.x WIP Windows builds is mysteriously slow. |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
Oscar Giner wrote:
I changed your logic loop with this one:
if(nLogicCount < retrace_count)
{
nLogicCount++;
bOKToDraw = TRUE;
}
and then it worked (it showed 85fps, with a 85Hz refresh rate). If I
change the if with a while then it doesn't. This seem to show that
retrace_count is not updated as often as it should, because it does
| Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |