diff --git a/src/as/com/threerings/flash/path/HermiteFunc.as b/src/as/com/threerings/flash/path/HermiteFunc.as index fd05c700..d6d1bdd1 100644 --- a/src/as/com/threerings/flash/path/HermiteFunc.as +++ b/src/as/com/threerings/flash/path/HermiteFunc.as @@ -54,7 +54,7 @@ public class HermiteFunc extends InterpFunc } /** Get the derivative of this function at a point. */ - public function getSlope (t :Number) :int + public function getSlope (t :Number) :Number { if (t >= 1 || t < 0) { // cope with a funny startOffset return 0;