Removed comitted system.out in MotionTrack
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8973 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
16759a9770
commit
fd65f31bbd
@ -201,10 +201,8 @@ public class MotionTrack extends AbstractCinematicEvent implements Control {
|
||||
vars.release();
|
||||
}
|
||||
|
||||
public void onUpdate(float tpf) {
|
||||
System.out.println("time "+time);
|
||||
public void onUpdate(float tpf) {
|
||||
traveledDistance = path.interpolatePath(time, this);
|
||||
System.out.println("dist "+traveledDistance);
|
||||
computeTargetDirection();
|
||||
|
||||
if (currentValue >= 1.0f) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user