diff --git a/Source/Core/Common/GL/GLInterface/WGL.cpp b/Source/Core/Common/GL/GLInterface/WGL.cpp index 6a8bbfdb2eb..c85f24a7b2c 100644 --- a/Source/Core/Common/GL/GLInterface/WGL.cpp +++ b/Source/Core/Common/GL/GLInterface/WGL.cpp @@ -143,7 +143,7 @@ static void LoadWGLExtensions() wglReleasePbufferDCARB = reinterpret_cast(wglGetProcAddress("wglReleasePbufferDCARB")); wglDestroyPbufferARB = - reinterpret_cast(wglGetProcAddress("wglGetPbufferDCARB")); + reinterpret_cast(wglGetProcAddress("wglDestroyPbufferARB")); } static void ClearWGLExtensionPointers()