Fixed timedelta problem

This commit is contained in:
Egil Moeller 2012-04-23 14:20:17 +02:00
parent 1faae5b756
commit e5a22423bb
2 changed files with 30 additions and 17 deletions

View file

@ -271,7 +271,7 @@ function loadBroadcastJS(socket, sendSocketMsg, fireWhenAllScriptsAreLoaded, Bro
Changeset.mutateTextLines(changeset, padContents);
padContents.currentRevision = revision;
padContents.currentTime += timeDelta * 1000;
padContents.currentTime += timeDelta;
debugLog('Time Delta: ', timeDelta)
updateTimer();