change from far grab to near grab

This commit is contained in:
James B. Pollack 2015-10-26 17:55:13 -07:00
parent 2d873012a3
commit 7a7f649bf7

View file

@ -17,7 +17,7 @@ var HIFI_PUBLIC_BUCKET = "http://s3.amazonaws.com/hifi-public/";
Resetter.prototype = {
startFarGrabNonColliding: function() {
startNearGrabNonColliding: function() {
this.resetObjects();
},