Skip to content

Commit 91c91ee

Browse files
Update FlxSprite.hx (#3435)
1 parent f5fc836 commit 91c91ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flixel/FlxSprite.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ class FlxSprite extends FlxObject
267267
public var color(default, set):FlxColor = FlxColor.WHITE;
268268

269269
/**
270-
* The color effects of this sprite, changes to `color` or `alplha` will be reflected here
270+
* The color effects of this sprite, changes to `color` or `alpha` will be reflected here
271271
*/
272272
public var colorTransform(default, null) = new ColorTransform();
273273

0 commit comments

Comments
 (0)