Skip to content

Commit

Permalink
fixing spelling mistake
Browse files Browse the repository at this point in the history
anebled should be enabled
  • Loading branch information
Temmiekat committed Oct 12, 2024
1 parent b635875 commit d024825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flixel/util/FlxAxes.hx
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ enum abstract FlxAxes(Int)
var NONE = 0x00;

/**
* Whether the horizontal axis is anebled
* Whether the horizontal axis is enabled
*/
public var x(get, never):Bool;

/**
* Whether the vertical axis is anebled
* Whether the vertical axis is enabled
*/
public var y(get, never):Bool;

Expand Down

0 comments on commit d024825

Please sign in to comment.