mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 20:23:06 +02:00
fix controller dispatacher error
This commit is contained in:
parent
3f751bb5ca
commit
654770af51
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ Script.include("/~/system/libraries/controllerDispatcherUtils.js");
|
||||||
this.totalVariance = 0;
|
this.totalVariance = 0;
|
||||||
this.highVarianceCount = 0;
|
this.highVarianceCount = 0;
|
||||||
this.veryhighVarianceCount = 0;
|
this.veryhighVarianceCount = 0;
|
||||||
|
this.orderedPluginNames = [];
|
||||||
this.tabletID = null;
|
this.tabletID = null;
|
||||||
this.blacklist = [];
|
this.blacklist = [];
|
||||||
this.pointerManager = new PointerManager();
|
this.pointerManager = new PointerManager();
|
||||||
|
|
Loading…
Reference in a new issue