Skip to content

Commit 47e69f8

Browse files
authored
FlxSprite: update clipRect documentation (#3403)
1 parent 8126fc5 commit 47e69f8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

flixel/FlxSprite.hx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,6 @@ class FlxSprite extends FlxObject
272272

273273
/**
274274
* Clipping rectangle for this sprite.
275-
* Changing the rect's properties directly doesn't have any effect,
276-
* reassign the property to update it (`sprite.clipRect = sprite.clipRect;`).
277275
* Set to `null` to discard graphic frame clipping.
278276
*/
279277
public var clipRect(default, set):FlxRect;

0 commit comments

Comments
 (0)