mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 12:23:24 +02:00
Fix persisting new recording
This commit is contained in:
parent
b5bf7dc12f
commit
8e3bc31c36
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@
|
|||
}
|
||||
|
||||
function play(recording, position, orientation) {
|
||||
if (Entity.create(recordingFilename, position, orientation, scriptUUID)) {
|
||||
if (Entity.create(recording, position, orientation, scriptUUID)) {
|
||||
log("Play new recording " + recordingFilename);
|
||||
isPlayingRecording = true;
|
||||
recordingFilename = recording;
|
||||
|
|
Loading…
Reference in a new issue