mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 12:23:24 +02:00
Remove avatar after stopping recording
This commit is contained in:
parent
9a9bcaf2ae
commit
559fba39ab
1 changed files with 1 additions and 0 deletions
|
@ -245,6 +245,7 @@
|
|||
|
||||
if (Recording.isPlaying()) {
|
||||
Recording.stopPlaying();
|
||||
Agent.isAvatar = false;
|
||||
}
|
||||
isPlayingRecording = false;
|
||||
recordingFilename = "";
|
||||
|
|
Loading…
Reference in a new issue