Misc: Typo in vsync_opengl_init()

I typed ps->glXGetVideoSyncSGI as ps->glXWaitVideoSyncSGI...
pull/2/head
Richard Grenville 11 years ago
parent e0e726c424
commit 7f97d55da5

@ -5868,7 +5868,7 @@ vsync_opengl_init(session_t *ps) {
return false;
// Get video sync functions
if (!ps->glXWaitVideoSyncSGI)
if (!ps->glXGetVideoSyncSGI)
ps->glXGetVideoSyncSGI = (f_GetVideoSync)
glXGetProcAddress((const GLubyte *) "glXGetVideoSyncSGI");
if (!ps->glXWaitVideoSyncSGI)

Loading…
Cancel
Save