Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions flixel/FlxSprite.hx
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,6 @@ class FlxSprite extends FlxObject

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