From ddb6a5f7efd1d25a2b4836383472eb2cc7c8f331 Mon Sep 17 00:00:00 2001 From: xMediKat <58391871+Temmiekat@users.noreply.github.com> Date: Sun, 13 Oct 2024 19:50:31 -0400 Subject: [PATCH] fixing spelling mistake (#3264) 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;