Skip to content

Commit

Permalink
increase threshold for max allowed frame delay
Browse files Browse the repository at this point in the history
This is an experimental change...
  • Loading branch information
Dinir committed Oct 14, 2020
1 parent 5eec4ad commit 9965e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/module/MPCommon.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class MPCommon {
* the max difference in length allowed for one frame in milliseconds squared
* @type {number}
*/
static maxSquareDiffAllowedInFrame = 16 ** 2
static maxSquareDiffAllowedInFrame = ( 5 * MPCommon.frameLength ) ** 2

/**
* the last confirmed maximum number of gamepads available
Expand Down

0 comments on commit 9965e3f

Please sign in to comment.