Fixed two similar time keyframes not setting the Replay Speed to 0 sometimes

This commit is contained in:
Marius Metzger
2015-03-31 17:50:39 +02:00
parent becbf47088
commit 5b859340fd
6 changed files with 50 additions and 39 deletions

View File

@@ -144,6 +144,10 @@ public class ReplaySender extends ChannelInboundHandlerAdapter {
e.printStackTrace();
}
}
public long getDesiredTimestamp() {
return desiredTimeStamp;
}
public void jumpToTime(int millis) {
setReplaySpeed(replaySpeed);