mirror of
https://github.com/edubart/otclient.git
synced 2025-10-18 21:43:26 +02:00
testing bloom and motion blur
This commit is contained in:
@@ -367,7 +367,10 @@ void X11Window::internalChooseGLVisual()
|
||||
GLX_USE_GL,
|
||||
GLX_RGBA,
|
||||
GLX_DOUBLEBUFFER,
|
||||
GLX_STENCIL_SIZE, 1,
|
||||
GLX_ACCUM_RED_SIZE, 8,
|
||||
GLX_ACCUM_GREEN_SIZE, 8,
|
||||
GLX_ACCUM_BLUE_SIZE, 8,
|
||||
GLX_ACCUM_ALPHA_SIZE, 8,
|
||||
None
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user