Skip to content

Commit

Permalink
Update DummyRemoteSimulator.ts
Browse files Browse the repository at this point in the history
restore frameCounter increment
  • Loading branch information
toloudis authored Dec 9, 2024
1 parent 358781c commit 12a995d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/DummyRemoteSimulator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ export class DummyRemoteSimulator extends RemoteSimulator {
this.frameCounter = frameNumber;

const msg: NetMessage = JSON.parse(this.getDataBundle(frameNumber));
this.frameCounter++;
this.onJsonIdVisDataArrive(msg);
}, this.commandLatencyMS);
}
Expand Down

0 comments on commit 12a995d

Please sign in to comment.