mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 05:52:38 +02:00
Don't fade playback avatar when approaches observer
This commit is contained in:
parent
1b635d8c5e
commit
c5f384d8fb
1 changed files with 2 additions and 0 deletions
|
@ -297,6 +297,8 @@
|
|||
playRecording = function (recording, position, orientation) {
|
||||
Recording.loadRecording(recording, function (success) {
|
||||
if (success) {
|
||||
Users.disableIgnoreRadius();
|
||||
|
||||
Agent.isAvatar = true;
|
||||
Avatar.position = position;
|
||||
Avatar.orientation = orientation;
|
||||
|
|
Loading…
Reference in a new issue