WGLManager: fix wglCreateContextAttribsARB not being used

This commit is contained in:
sfan5
2021-04-17 15:55:32 +02:00
parent 4c0aff5aa8
commit bd95662f03
2 changed files with 6 additions and 1 deletions

View File

@ -65,6 +65,7 @@ namespace video
s32 PixelFormat;
PIXELFORMATDESCRIPTOR pfd;
ECOLOR_FORMAT ColorFormat;
void* FunctionPointers[1];
};
}
}