From 0ce645defae6783bc3a99f32950f6b3c31a7e3d2 Mon Sep 17 00:00:00 2001 From: George FunBook Date: Wed, 21 Dec 2022 15:36:32 -0600 Subject: [PATCH] forgotten rename --- flixel/math/FlxVelocity.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flixel/math/FlxVelocity.hx b/flixel/math/FlxVelocity.hx index 8e9adb97f1..e95aa62ba1 100644 --- a/flixel/math/FlxVelocity.hx +++ b/flixel/math/FlxVelocity.hx @@ -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) {