diff --git a/client/renderers/opengl.c b/client/renderers/opengl.c index dece84ac..2edda7ac 100644 --- a/client/renderers/opengl.c +++ b/client/renderers/opengl.c @@ -391,7 +391,7 @@ bool lgr_opengl_on_mouse_shape(void * opaque, const LG_RendererCursor cursor, co width , height , 0 , - GL_RGBA, + GL_BGRA, // windows cursors are in BGRA format GL_UNSIGNED_BYTE, data );