Cinematic : removed accessors with a typo

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8175 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
rem..om 13 years ago
parent 4cc1909beb
commit 90a7917e1a
  1. 9
      engine/src/core/com/jme3/cinematic/events/AbstractCinematicEvent.java

@ -203,15 +203,6 @@ public abstract class AbstractCinematicEvent implements CinematicEvent {
this.loopMode = loopMode;
}
public void setInitalDuration(float initalDuration) {
this.initialDuration = initalDuration;
duration = initalDuration / speed;
}
public float getInitalDuration() {
return initialDuration;
}
public void write(JmeExporter ex) throws IOException {
OutputCapsule oc = ex.getCapsule(this);
oc.write(playState, "playState", PlayState.Stopped);

Loading…
Cancel
Save