Don't fade playback avatar when approaches observer

This commit is contained in:
David Rowe 2017-04-26 14:02:45 +12:00
parent 1b635d8c5e
commit c5f384d8fb

View file

@ -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;