Skip to content

Commit

Permalink
update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli committed May 20, 2023
1 parent 0a129dd commit df08770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flixel/addons/ui/FlxUIGroup.hx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import flixel.addons.ui.interfaces.IFlxUIWidget;
* via https://github.com/HaxeFlixel/flixel/pull/2808
* Note: this is only the case when FLX_NO_POINT_POOL is defined.
*/
#error "This version of flixel is not compatile with flixel-ui versions 2.6.0 or higher. Update to flixel 5.4.0 or later";
#error "This version of flixel-ui is not compatible with flixel versions less than 5.4.0";
#end

typedef FlxUIGroup = FlxTypedUIGroup<FlxSprite>;
Expand Down

0 comments on commit df08770

Please sign in to comment.