David Olofson wrote: > SDL_GL_SwapBuffer() is *supposed* to block as needed to keep the loop > in sync with the display refresh, ... It's only supposed to do this if you explicitly enable it using 'SDL_GL_SetAttribute(SDL_GL_SWAP_CONTROL, 1);'. -Christian