Removed redundant call to onFrameChange.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3839 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Andrzej Kapolka
2006-02-07 21:45:08 +00:00
parent 593ee3a54d
commit 44bc8722eb
@@ -97,7 +97,6 @@ public class SplinePath extends CameraPath
// update the camera's location and orientation
cam.setFrame(_loc, _left, _up, _dir);
cam.onFrameChange();
return _elapsed >= _duration;
}