mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
Remove change that doesn't belong in this branch.
This commit is contained in:
parent
cdef09c9dd
commit
57f0d9435d
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ QString EntityTreeRenderer::loadScriptContents(const QString& scriptMaybeURLorTe
|
|||
QUrl url(scriptMaybeURLorText);
|
||||
|
||||
// If the url is not valid, this must be script text...
|
||||
if (!url.isValid() || scriptMaybeURLorText.startsWith("(")) {
|
||||
if (!url.isValid()) {
|
||||
isURL = false;
|
||||
return scriptMaybeURLorText;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue