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) {