mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 14:29:03 +02:00
Merge pull request #5754 from ZappoMan/breakdanceToy
fix breakdance toy
This commit is contained in:
commit
6866c288b0
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
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
//
|
//
|
||||||
|
|
||||||
|
getPuppetPosition = function(props) {
|
||||||
function getPuppetPosition(props) {
|
|
||||||
var MAX_DISTANCE = 10;
|
var MAX_DISTANCE = 10;
|
||||||
var searchPosition = MyAvatar.position;
|
var searchPosition = MyAvatar.position;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue