Prevent soft lockup if an error occurs
This commit is contained in:
parent
a9117b82ad
commit
b748aceaf9
1 changed files with 1 additions and 0 deletions
|
|
@ -155,6 +155,7 @@ var controller = (function() {
|
||||||
if (updateTimoueActive && !fromTimeout) {
|
if (updateTimoueActive && !fromTimeout) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
updateTimoueActive = false;
|
||||||
var finished = true;
|
var finished = true;
|
||||||
var xInt = Math.trunc(moveXSum);
|
var xInt = Math.trunc(moveXSum);
|
||||||
var yInt = Math.trunc(moveYSum);
|
var yInt = Math.trunc(moveYSum);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue