From 917b4488b633f2d99277dce97ae2f4b20257d7b7 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 26 Mar 2025 15:01:13 +0100 Subject: [PATCH] FlxSprite: update clipRect documentation --- flixel/FlxSprite.hx | 2 -- 1 file changed, 2 deletions(-) diff --git a/flixel/FlxSprite.hx b/flixel/FlxSprite.hx index e11d8935de..27cbb5af0c 100644 --- a/flixel/FlxSprite.hx +++ b/flixel/FlxSprite.hx @@ -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;