Skip to content

Commit

Permalink
add since
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli committed Apr 24, 2024
1 parent b23d412 commit c49fff9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions flixel/FlxSprite.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
2 changes: 2 additions & 0 deletions flixel/math/FlxRect.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit c49fff9

Please sign in to comment.