mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
Merge pull request #12555 from druiz17/fix-controllerDispacther-error
fix controllerDispatcher error in logs
This commit is contained in:
commit
7d6927a00d
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ Script.include("/~/system/libraries/controllerDispatcherUtils.js");
|
|||
this.totalVariance = 0;
|
||||
this.highVarianceCount = 0;
|
||||
this.veryhighVarianceCount = 0;
|
||||
this.orderedPluginNames = [];
|
||||
this.tabletID = null;
|
||||
this.blacklist = [];
|
||||
this.pointerManager = new PointerManager();
|
||||
|
|
Loading…
Reference in a new issue