win32: Request 32-bit color on Win32/OpenGL.

This commit is contained in:
BearOso 2023-02-10 16:15:00 -06:00
parent 0bbecf042a
commit 6ffca967f7
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ bool COpenGL::Initialize(HWND hWnd)
PFD_SUPPORT_OPENGL | // Format Must Support OpenGL
PFD_DOUBLEBUFFER, // Must Support Double Buffering
PFD_TYPE_RGBA, // Request An RGBA Format
24, // Select Our Color Depth
32, // Select Our Color Depth
0, 0, 0, 0, 0, 0, // Color Bits Ignored
0, // No Alpha Buffer
0, // Shift Bit Ignored