Skip to content

Commit

Permalink
more cc
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli committed May 29, 2024
1 parent 2348955 commit 3ac4c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flixel/path/FlxBasePath.hx
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ enum abstract FlxPathDirection(Bool)
var FORWARD = true;
var BACKWARD = false;

inline public function toInt()
public inline function toInt()
{
return this ? 1 : -1;
}
Expand Down

0 comments on commit 3ac4c23

Please sign in to comment.