chore: less prediction
This commit is contained in:
parent
b414fe9bad
commit
9ed7026543
|
@ -212,7 +212,8 @@ const predictionHandle = setInterval(() => {
|
|||
lastIntensity = intensity;
|
||||
lastIsFocused = isFocused;
|
||||
}
|
||||
}, 1000 / 80);
|
||||
}, 1000 / 60);
|
||||
|
||||
// State updates.
|
||||
function onMessage(message) {
|
||||
if ('s' in message) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user