Skip to content

Commit

Permalink
Update FlxSprite.hx (#3221)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex2Oblivion authored Jul 21, 2024
1 parent ac488bf commit 8406274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flixel/FlxSprite.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 8406274

Please sign in to comment.