fix breakdance toy

This commit is contained in:
Brad Hefta-Gaub 2015-09-09 12:41:59 -07:00
parent 781f19c9e3
commit 427ed8807b

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;