mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-06 04:17:28 +02:00
Update interface/src/scripting/AssetMappingsScriptingInterface.cpp
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
This commit is contained in:
parent
3d9142d8cb
commit
bae12e4e39
1 changed files with 2 additions and 2 deletions
|
@ -76,8 +76,8 @@ void AssetMappingsScriptingInterface::uploadFile(QString path, QString mapping,
|
||||||
"Use the field below to place your file in a specific folder or to rename it. "
|
"Use the field below to place your file in a specific folder or to rename it. "
|
||||||
"Specifying a new folder name will automatically create that folder for you.";
|
"Specifying a new folder name will automatically create that folder for you.";
|
||||||
|
|
||||||
auto offscreenUi = DependencyManager::get<OffscreenUi>();
|
auto offscreenUI = DependencyManager::get<OffscreenUi>();
|
||||||
if (!offscreenUi) {
|
if (!offscreenUI) {
|
||||||
completedCallback.call({ -1 });
|
completedCallback.call({ -1 });
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue