mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
bugfix for positionStateUpdate
This commit is contained in:
parent
b500ef436d
commit
72dc454bd5
2 changed files with 4 additions and 5 deletions
|
|
@ -39,7 +39,6 @@ function (Parent, Settings) {
|
|||
|
||||
if(difference.x > Settings.ME_STATE_MAX_DIFFERENCE_METERS
|
||||
|| difference.y > Settings.ME_STATE_MAX_DIFFERENCE_METERS) {
|
||||
console.log('AAAAHHHH');
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue