mirror of
https://github.com/godotengine/godot.git
synced 2025-02-08 03:40:52 +00:00
Merge pull request #371 from SystemFail/master
fix z-buffer issues on x11/mesa
This commit is contained in:
commit
e27bc784dd
@ -92,7 +92,7 @@ Error ContextGL_X11::initialize() {
|
||||
GLX_RED_SIZE, 1,
|
||||
GLX_GREEN_SIZE, 1,
|
||||
GLX_BLUE_SIZE, 1,
|
||||
GLX_DEPTH_SIZE,0,
|
||||
GLX_DEPTH_SIZE, 24,
|
||||
None
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user