It's a bit counterintuitive that nothing in nenya/build.xml actually looks at all the ActionScript files... I keep forgetting.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@328 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Par Winzell
2007-11-01 15:27:05 +00:00
parent 45abd9a903
commit 400feab8f0
@@ -44,7 +44,7 @@ public class HermiteFunc extends InterpFunc
return _p0;
} else {
var tt :Number = t*t;
var ttt :Number = t2 * t;
var ttt :Number = tt * t;
return int(_p0 * (2*ttt - 3*tt + 1) +
_m0 * (ttt - 2*tt + t) +