Localized Keyboard Bindings and added "Synchronize Timeline" and "Clear Keyframes"

This commit is contained in:
CrushedPixel
2015-04-30 17:46:13 +02:00
parent bc9fbfa786
commit ae5eca9c99
7 changed files with 134 additions and 43 deletions

View File

@@ -141,7 +141,6 @@ public class ReplaySender extends ChannelInboundHandlerAdapter {
* If hurrying, don't wait for correct timing.
*/
if(!hurryToTimestamp && ReplayHandler.isInPath()) {
continue;
}
@@ -149,7 +148,6 @@ public class ReplaySender extends ChannelInboundHandlerAdapter {
PacketData pd = ReplayFileIO.readPacketData(dis);
currentTimeStamp = pd.getTimestamp();
//System.out.println(currentTimeStamp);
if(!ReplayHandler.isInPath() && !hurryToTimestamp && hasWorldLoaded) {
int timeWait = (int) Math.round((currentTimeStamp - lastTimeStamp) / replaySpeed);