mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 21:29:33 +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()) {
|
if (Recording.isPlaying()) {
|
||||||
Recording.stopPlaying();
|
Recording.stopPlaying();
|
||||||
|
Agent.isAvatar = false;
|
||||||
}
|
}
|
||||||
isPlayingRecording = false;
|
isPlayingRecording = false;
|
||||||
recordingFilename = "";
|
recordingFilename = "";
|
||||||
|
|
Loading…
Reference in a new issue