git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8706 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
@@ -58,7 +58,7 @@ public class VideoRecorderAppState extends AbstractAppState {
}
public long getTime() {
- return (long) (this.ticks / this.framerate);
+ return (long) (this.ticks * (1.0f / this.framerate));
public long getResolution() {