Update comment spelling

This commit is contained in:
Mitchell McCaffrey 2020-08-07 20:55:47 +10:00
parent 91a98def2f
commit 9e6476c338

View File

@ -28,7 +28,7 @@ function NetworkedMapPointer({ session, active, gridSize }) {
// Send pointer updates every sendTickRate to peers to save on bandwidth
// We use requestAnimationFrame as setInterval was being blocked during
// re-renders on chrome with windows
// re-renders on Chrome with Windows
const ownPointerUpdateRef = useRef();
useEffect(() => {
let prevTime = performance.now();