mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 14:02:57 +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) {
|
function play(recording, position, orientation) {
|
||||||
if (Entity.create(recordingFilename, position, orientation, scriptUUID)) {
|
if (Entity.create(recording, position, orientation, scriptUUID)) {
|
||||||
log("Play new recording " + recordingFilename);
|
log("Play new recording " + recordingFilename);
|
||||||
isPlayingRecording = true;
|
isPlayingRecording = true;
|
||||||
recordingFilename = recording;
|
recordingFilename = recording;
|
||||||
|
|
Loading…
Reference in a new issue