Skip to content

Commit

Permalink
forgotten rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli committed Dec 21, 2022
1 parent 6c3d630 commit 0ce645d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flixel/math/FlxVelocity.hx
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ class FlxVelocity
* @param elapsed The amount of time passed in to the latest update cycle
* @return The altered velocity value.
*/
public static function computeVelocity(velocity:Float, acceleration:Float, drag:Float, dragMode:DragMode, max:Float, elapsed:Float):Float
public static function computeVelocity(velocity:Float, acceleration:Float, drag:Float, dragMode:FlxDragMode, max:Float, elapsed:Float):Float
{
if (acceleration != 0)
{
Expand Down

0 comments on commit 0ce645d

Please sign in to comment.