Skip to content

Commit

Permalink
Revert "lowered packet rate from 25Hz to 10Hz"
Browse files Browse the repository at this point in the history
This reverts commit d367fec.
  • Loading branch information
SaintSampo committed Aug 25, 2024
1 parent 2292432 commit ec7c64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ document.addEventListener('DOMContentLoaded', function () {
toggleKeyboardWASD.ontouchstart = updateSlider.bind(null, toggleKeyboardWASD, toggleState=true)
toggleInfo.ontouchstart = updateInfoSlider.bind(null, toggleInfo, toggleState=true)

window.setInterval(renderLoop, 100); // call renderLoop every num milliseconds
window.setInterval(renderLoop, 40); // call renderLoop every num milliseconds
});

function updateMobileSlider(sliderElement, toggleState){
Expand Down

0 comments on commit ec7c64f

Please sign in to comment.