Skip to content

Commit

Permalink
skip hasMember (needs revision)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Oct 2, 2023
1 parent caa8637 commit dc49a29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions haxe/ui/backend/flixel/StateHelper.hx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ class StateHelper {
}

public static function hasMember(member:FlxBasic, group:FlxTypedGroup<FlxBasic> = null):Bool {
// TODO: we drop frames because of this, need to revise / thing of a better way (or simply remove)
return true;

if (group == null) {
group = currentState;
}
Expand Down

0 comments on commit dc49a29

Please sign in to comment.