Skip to content

Commit

Permalink
adds a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
petethepig committed Jun 29, 2021
1 parent 1afe532 commit 8c21177
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webapp/javascript/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ import history from "./util/history";

let showFps = false;
try {
// run this to enable FPS meter:
// window.localStorage.setItem("showFps", true);
showFps = window.localStorage.getItem("showFps");
} catch(e) {
console.error(e);
Expand Down

0 comments on commit 8c21177

Please sign in to comment.