mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 16:13:28 +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());
|
||||
|
||||
if (callback.isFunction()) {
|
||||
QScriptValueList args{ true, url };
|
||||
QScriptValueList args { true, url };
|
||||
callback.call(_scriptEngine->globalObject(), args);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue