Skip to content

Commit

Permalink
update speed
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyH2 committed Apr 11, 2024
1 parent c0dd87b commit 49817aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/controllerTracking.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class ControllerTracking {

setInterval(() => {
scope.send(scope);
}, 8);
}, 3);
};

send(scope) {
Expand Down
2 changes: 1 addition & 1 deletion src/peer.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class PeerManager {
this.root = root;
var scope = this;

this.cameraScale = 0.18;
this.cameraScale = 0.315;

this.started = false;

Expand Down

0 comments on commit 49817aa

Please sign in to comment.