fix first highlights
This commit is contained in:
parent
122c4242ce
commit
d957b19f55
2 changed files with 1 additions and 3 deletions
|
|
@ -47,7 +47,7 @@ export class Cyclist {
|
|||
);
|
||||
}
|
||||
getPhase() {
|
||||
return this.getTime() - this.origin;
|
||||
return this.getTime() - this.origin - this.latency;
|
||||
}
|
||||
setStarted(v) {
|
||||
this.started = v;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue