From 84062744eb2f8ad18699a7a3d154ffdf2abf399a Mon Sep 17 00:00:00 2001 From: Vortex <73261680+Vortex2Oblivion@users.noreply.github.com> Date: Sun, 21 Jul 2024 19:41:17 -0400 Subject: [PATCH] Update FlxSprite.hx (#3221) --- flixel/FlxSprite.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flixel/FlxSprite.hx b/flixel/FlxSprite.hx index ea5c2b7e50..8fc653620a 100644 --- a/flixel/FlxSprite.hx +++ b/flixel/FlxSprite.hx @@ -446,7 +446,7 @@ class FlxSprite extends FlxObject /** * Load graphic from another `FlxSprite` and copy its tile sheet data. - * This method can useful for non-flash targets. + * This method can be useful for non-flash targets. * * @param Sprite The `FlxSprite` from which you want to load graphic data. * @return This `FlxSprite` instance (nice for chaining stuff together, if you're into that).