mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 11:37:58 +02:00
Coding standard
This commit is contained in:
parent
4ce5e4ac46
commit
a2d8152a3a
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ void RecordingScriptingInterface::playClip(NetworkClipLoaderPointer clipLoader,
|
||||||
_player->queueClip(clipLoader->getClip());
|
_player->queueClip(clipLoader->getClip());
|
||||||
|
|
||||||
if (callback.isFunction()) {
|
if (callback.isFunction()) {
|
||||||
QScriptValueList args{ true, url };
|
QScriptValueList args { true, url };
|
||||||
callback.call(_scriptEngine->globalObject(), args);
|
callback.call(_scriptEngine->globalObject(), args);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue