Skip to content

Commit

Permalink
Increase RENDER_DELAY to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhou842 committed Apr 23, 2019
1 parent 178bf1a commit 93f4649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/state.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { updateLeaderboard } from './leaderboard';

// The "current" state will always be RENDER_DELAY ms behind server time.
// This makes gameplay smoother and lag less noticeable.
const RENDER_DELAY = 75;
const RENDER_DELAY = 100;

const gameUpdates = [];
let gameStart = 0;
Expand Down

0 comments on commit 93f4649

Please sign in to comment.