Skip to content

Commit

Permalink
Update degreesBetween docs in FlxPoint.hx (#2873)
Browse files Browse the repository at this point in the history
  • Loading branch information
MondayHopscotch authored Jul 29, 2023
1 parent d60a10c commit b6bf99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flixel/math/FlxPoint.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1217,7 +1217,7 @@ import openfl.geom.Point;
* The angle between points (in degrees).
*
* @param p second point, which we find the angle
* @return the angle in radians
* @return the angle in degrees
*/
public inline function degreesBetween(p:FlxPoint):Float
{
Expand Down

0 comments on commit b6bf99e

Please sign in to comment.