mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 03:47:43 +00:00
Fix stack related crash in getGlobResults
This commit is contained in:
@@ -463,7 +463,7 @@ static void VisitGlob(const ProjectPath& path,
|
||||
CookProgress& progress)
|
||||
{
|
||||
std::vector<ProjectPath> children;
|
||||
path.getGlobResults(children);
|
||||
path.getGlobResults(children, path.getProject().getProjectRootPath().getAbsolutePath());
|
||||
|
||||
/* Pass 1: child file count */
|
||||
int childFileCount = 0;
|
||||
|
||||
Reference in New Issue
Block a user