comment belonged in a commit message, not a comment

This commit is contained in:
Glenn Maynard
2006-07-24 18:53:54 +00:00
parent ff3b8bacbc
commit 136559f9a6
-3
View File
@@ -634,9 +634,6 @@ bool RageDisplay_OGL::BeginFrame()
void RageDisplay_OGL::EndFrame()
{
// glFlush(), not glFinish(); NVIDIA_GLX's glFinish()'s behavior is
// nowhere near performance-friendly and uses unholy amounts of CPU for
// Gog-knows-what.
glFlush();
FrameLimitBeforeVsync( g_pWind->GetActualVideoModeParams().rate );