Utility/Enum: Fix SystemCursor order (fixes cursors)

This commit is contained in:
Lynix
2017-01-18 22:40:19 +01:00
parent 679f599c79
commit 925c4b1ee3

View File

@@ -309,13 +309,12 @@ namespace Nz
enum SystemCursor
{
SystemCursor_None,
SystemCursor_Default,
SystemCursor_Crosshair,
SystemCursor_Default,
SystemCursor_Hand,
SystemCursor_Help,
SystemCursor_Move,
SystemCursor_None,
SystemCursor_Pointer,
SystemCursor_Progress,
SystemCursor_ResizeE,