mirror of
https://github.com/overte-org/overte.git
synced 2025-04-24 12:13:36 +02:00
fix breakdance toy
This commit is contained in:
parent
781f19c9e3
commit
427ed8807b
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue