Remove hack; no longer necessary

This commit is contained in:
Ben Anderson
2005-04-05 03:08:31 +00:00
parent d6976dd40c
commit def9a3a267
@@ -157,10 +157,6 @@ CString LowLevelWindow_X11::TryVideoMode(RageDisplay::VideoModeParams p, bool &b
void LowLevelWindow_X11::SwapBuffers() void LowLevelWindow_X11::SwapBuffers()
{ {
glXSwapBuffers(X11Helper::Dpy, X11Helper::Win); glXSwapBuffers(X11Helper::Dpy, X11Helper::Win);
// XXX HACK: I added this sleep on a strange hunch while trying to find
// the source of crippling performance issues, and suddenly
// those performance issues simply stopped...
usleep(10000); // Allows up to ~100fps
} }
/* /*