1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-08-12 08:04:09 +02:00

Use the right buffer sizes in GLX visual attributes

This commit is contained in:
Pablo
2017-09-22 01:52:38 -03:00
parent a3aa1ee0a1
commit 3664004238

View File

@@ -169,6 +169,10 @@ int main(int argc, char **argv) {
GLX_RGBA,
GLX_DOUBLEBUFFER,
GLX_DEPTH_SIZE, 24,
GLX_RED_SIZE, 8,
GLX_GREEN_SIZE, 8,
GLX_BLUE_SIZE, 8,
GLX_ALPHA_SIZE, 8,
0
};