mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Add FIXME for Clipboard.importEntities()
This commit is contained in:
parent
166c7809a9
commit
7c87f89712
1 changed files with 2 additions and 0 deletions
|
@ -5517,6 +5517,8 @@ bool Application::importEntities(const QString& urlOrFilename, const bool isObse
|
|||
_entityClipboard->withWriteLock([&] {
|
||||
_entityClipboard->eraseAllOctreeElements();
|
||||
|
||||
// FIXME: readFromURL() can take over the main event loop which may cause problems, especially if downloading the JSON
|
||||
// from the Web.
|
||||
success = _entityClipboard->readFromURL(urlOrFilename, isObservable, callerId);
|
||||
if (success) {
|
||||
_entityClipboard->reaverageOctreeElements();
|
||||
|
|
Loading…
Reference in a new issue