This commit is contained in:
Dante Ruiz 2017-01-21 01:56:06 +00:00
parent 41bf65ed5e
commit 5c55b86be6

View file

@ -813,7 +813,7 @@ function MyController(hand) {
this.update = function(deltaTime, timestamp) {
this.updateSmoothedTrigger();
this.homeButtonTouched = false;
// If both trigger and grip buttons squeezed and nothing is held, rescale my avatar!
if (this.hand === RIGHT_HAND && this.state === STATE_SEARCHING &&
this.getOtherHandController().state === STATE_SEARCHING) {