Utility/Enum: Fix SystemCursor order (fixes cursors)
This commit is contained in:
parent
679f599c79
commit
925c4b1ee3
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue