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
1 changed files with 2 additions and 3 deletions

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,