We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8126fc5 commit 47e69f8Copy full SHA for 47e69f8
flixel/FlxSprite.hx
@@ -272,8 +272,6 @@ class FlxSprite extends FlxObject
272
273
/**
274
* 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;`).
277
* Set to `null` to discard graphic frame clipping.
278
*/
279
public var clipRect(default, set):FlxRect;
0 commit comments