[client] windows cursors are in BGRA format

This commit is contained in:
Geoffrey McRae 2017-12-15 10:20:20 +11:00
parent 133001b545
commit 3c61814c56

View File

@ -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
);