mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 07:12:40 +02:00
Fix variable names
This commit is contained in:
parent
2034162c76
commit
8d1b947bbd
1 changed files with 2 additions and 2 deletions
|
@ -117,8 +117,8 @@ Script.include("/~/system/libraries/controllers.js");
|
|||
var _this = this;
|
||||
this.hand = hand;
|
||||
|
||||
this.buttonStateXX = 0; // Left hand / right hand x-axis.
|
||||
this.buttonStateXY = 0; // Left hand / right hand y-axis.
|
||||
this.buttonStateX = 0; // Left hand / right hand x-axis.
|
||||
this.buttonStateX = 0; // Left hand / right hand y-axis.
|
||||
this.BUTTON_TRANSITION_DELAY = 50; // Allow time for transition from direction buttons to touch-pad.
|
||||
|
||||
this.buttonValue = 0;
|
||||
|
|
Loading…
Reference in a new issue