remove comment

This commit is contained in:
Philip Rosedale 2017-02-08 15:45:29 -08:00
parent fe92d38b60
commit dc957d09d8

View file

@ -826,11 +826,7 @@ function MyController(hand) {
this.update = function(deltaTime, timestamp) {
this.updateSmoothedTrigger();
// 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) {
this.maybeScaleMyAvatar();
//}
if (this.ignoreInput()) {