mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:04:13 +02:00
Bumped up the search radius to 50
This commit is contained in:
parent
56f335bb65
commit
6c21c44beb
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ function update(deltaTime){
|
|||
MyAvatar.position.z != avatarOldPosition.z) {
|
||||
avatarOldPosition = MyAvatar.position;
|
||||
|
||||
var SEARCH_RADIUS = 10;
|
||||
var SEARCH_RADIUS = 50;
|
||||
var foundModels = Models.findModels(MyAvatar.position, SEARCH_RADIUS);
|
||||
// Let's remove indicator that got out of radius
|
||||
for (model in models) {
|
||||
|
|
Loading…
Reference in a new issue