From c49fff9ff9ee65b071ec83f7a7ff01475428dd51 Mon Sep 17 00:00:00 2001 From: George FunBook Date: Wed, 24 Apr 2024 14:02:01 -0400 Subject: [PATCH] add since --- flixel/FlxSprite.hx | 1 + flixel/math/FlxRect.hx | 2 ++ 2 files changed, 3 insertions(+) diff --git a/flixel/FlxSprite.hx b/flixel/FlxSprite.hx index b0b573429e..2b4bb0be12 100644 --- a/flixel/FlxSprite.hx +++ b/flixel/FlxSprite.hx @@ -1223,6 +1223,7 @@ class FlxSprite extends FlxObject * Retrieves the world bounds of this sprite's graphic * * @param rect The resulting rect, if `null` a new one is created + * @since 5.9.0 */ public function getGraphicBounds(?rect:FlxRect):FlxRect { diff --git a/flixel/math/FlxRect.hx b/flixel/math/FlxRect.hx index 19c20c96c2..63e380a906 100644 --- a/flixel/math/FlxRect.hx +++ b/flixel/math/FlxRect.hx @@ -465,7 +465,9 @@ class FlxRect implements IFlxPooled /** * The middle point of this rect + * * @param point The point to hold the result, if `null` a new one is created + * @since 5.9.0 */ public function getMidpoint(?point:FlxPoint) {