mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-25 22:21:00 +00:00
[SDL] Fixed custom MouseCursor
This commit is contained in:
parent
bee833e712
commit
a5ddc530c2
|
@ -502,10 +502,10 @@ namespace OpenTK.Platform.SDL2
|
||||||
value.Height,
|
value.Height,
|
||||||
32,
|
32,
|
||||||
value.Width * 4,
|
value.Width * 4,
|
||||||
0xff000000,
|
|
||||||
0x00ff0000,
|
0x00ff0000,
|
||||||
0x0000ff00,
|
0x0000ff00,
|
||||||
0x000000ff);
|
0x000000ff,
|
||||||
|
0xff000000);
|
||||||
|
|
||||||
if (cursor_surface == IntPtr.Zero)
|
if (cursor_surface == IntPtr.Zero)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue