offset the hitdata by 50ms
This commit is contained in:
parent
29640a4ef7
commit
f398b961d7
|
@ -322,6 +322,7 @@ public class ReplayPlayback {
|
||||||
}
|
}
|
||||||
byte[] _time = { time[3], time[2], time[1], time[0] };
|
byte[] _time = { time[3], time[2], time[1], time[0] };
|
||||||
lasttime = ByteBuffer.wrap(_time).getInt();
|
lasttime = ByteBuffer.wrap(_time).getInt();
|
||||||
|
lasttime -= 50;
|
||||||
int type = in.read();
|
int type = in.read();
|
||||||
if (type == -1) {
|
if (type == -1) {
|
||||||
throw new RuntimeException();
|
throw new RuntimeException();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user