From d024825f33d88786a2f44e7cbc81dbd70d99b615 Mon Sep 17 00:00:00 2001 From: xMediKat <58391871+Temmiekat@users.noreply.github.com> Date: Sat, 12 Oct 2024 15:30:35 -0400 Subject: [PATCH] fixing spelling mistake anebled should be enabled --- flixel/util/FlxAxes.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flixel/util/FlxAxes.hx b/flixel/util/FlxAxes.hx index 356d12ef8b..f05c2d2ae6 100644 --- a/flixel/util/FlxAxes.hx +++ b/flixel/util/FlxAxes.hx @@ -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;