mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Don't try to look up home folder before all roots are found
This commit is contained in:
@@ -72,9 +72,9 @@ public:
|
||||
node->parentIndex = i;
|
||||
node->file = files[i];
|
||||
roots.push_back(node);
|
||||
|
||||
home = indexForPath(homeDir);
|
||||
}
|
||||
|
||||
home = indexForPath(homeDir);
|
||||
});
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user