Merge pull request #5754 from ZappoMan/breakdanceToy

fix breakdance toy
This commit is contained in:
Brad Hefta-Gaub 2015-09-09 12:42:10 -07:00
commit 6866c288b0

View file

@ -10,8 +10,7 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
function getPuppetPosition(props) {
getPuppetPosition = function(props) {
var MAX_DISTANCE = 10;
var searchPosition = MyAvatar.position;