Skip to content

Commit

Permalink
prevent compile warning in FlxUICursor.hx (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli committed Apr 10, 2023
1 parent d61d6d7 commit e586207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flixel/addons/ui/FlxUICursor.hx
Expand Up @@ -559,9 +559,9 @@ class FlxUICursor extends FlxUISprite
}
switch (method)
{
case XY:
case SortMethod.XY:
list.sort(_sortXYVisible);
case ID:
case SortMethod.ID:
list.sort(_sortIDVisible);
}
}
Expand Down

0 comments on commit e586207

Please sign in to comment.