mirror of
https://github.com/lubosz/overte.git
synced 2025-04-16 09:29:16 +02:00
Merge pull request #12 from sethalves/serverless-domain-named-paths
code review
This commit is contained in:
commit
1a0f40d070
1 changed files with 0 additions and 2 deletions
|
@ -2311,8 +2311,6 @@ bool EntityTree::readFromMap(QVariantMap& map) {
|
|||
QString namedPathViewPoint = iter.value().toString();
|
||||
_namedPaths[namedPathName] = namedPathViewPoint;
|
||||
}
|
||||
} else {
|
||||
_namedPaths["/"] = "/";
|
||||
}
|
||||
|
||||
// map will have a top-level list keyed as "Entities". This will be extracted
|
||||
|
|
Loading…
Reference in a new issue