From 559fba39ab522b8ed964d16558c3080a7cd0bb43 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Tue, 11 Apr 2017 10:17:52 +1200 Subject: [PATCH] Remove avatar after stopping recording --- scripts/system/playRecordingAC.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/system/playRecordingAC.js b/scripts/system/playRecordingAC.js index a9fc793017..e2baa68534 100644 --- a/scripts/system/playRecordingAC.js +++ b/scripts/system/playRecordingAC.js @@ -245,6 +245,7 @@ if (Recording.isPlaying()) { Recording.stopPlaying(); + Agent.isAvatar = false; } isPlayingRecording = false; recordingFilename = "";