mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 18:01:15 +02:00
change from far grab to near grab
This commit is contained in:
parent
2d873012a3
commit
7a7f649bf7
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ var HIFI_PUBLIC_BUCKET = "http://s3.amazonaws.com/hifi-public/";
|
||||||
|
|
||||||
Resetter.prototype = {
|
Resetter.prototype = {
|
||||||
|
|
||||||
startFarGrabNonColliding: function() {
|
startNearGrabNonColliding: function() {
|
||||||
this.resetObjects();
|
this.resetObjects();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue