[SDL] Fixed custom MouseCursor

This commit is contained in:
thefiddler 2014-04-30 13:36:16 +02:00
parent bee833e712
commit a5ddc530c2

View file

@ -502,10 +502,10 @@ namespace OpenTK.Platform.SDL2
value.Height,
32,
value.Width * 4,
0xff000000,
0x00ff0000,
0x0000ff00,
0x000000ff);
0x000000ff,
0xff000000);
if (cursor_surface == IntPtr.Zero)
{