diff --git a/webapp/javascript/index.jsx b/webapp/javascript/index.jsx index cc94d965da..27f88aa8c1 100644 --- a/webapp/javascript/index.jsx +++ b/webapp/javascript/index.jsx @@ -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);