mirror of https://github.com/AxioDL/metaforce.git
Missed path, I'm bad at this apparently
This commit is contained in:
parent
20f40ef07f
commit
1a1c008239
|
@ -358,7 +358,7 @@ bool MLVL::Cook(const hecl::ProjectPath& outPath, const hecl::ProjectPath& inPat
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
hecl::ProjectPath pathPath = GetPathBeginsWith(areaDEnum, area.path, _SYS_STR("!path_"));
|
hecl::ProjectPath pathPath = GetPathBeginsWith(areaDEnum, area.path, _SYS_STR("!path"));
|
||||||
metaforce::SObjectTag pathTag = g_curSpec->buildTagFromPath(pathPath);
|
metaforce::SObjectTag pathTag = g_curSpec->buildTagFromPath(pathPath);
|
||||||
if (pathTag.id.IsValid()) {
|
if (pathTag.id.IsValid()) {
|
||||||
areaOut.deps.emplace_back(pathTag.id.Value(), pathTag.type);
|
areaOut.deps.emplace_back(pathTag.id.Value(), pathTag.type);
|
||||||
|
|
|
@ -731,7 +731,7 @@ bool MREA::Cook(const hecl::ProjectPath& outPath, const hecl::ProjectPath& inPat
|
||||||
|
|
||||||
/* PATH */
|
/* PATH */
|
||||||
{
|
{
|
||||||
const hecl::ProjectPath pathPath = GetPathBeginsWith(inPath.getParentPath(), _SYS_STR("!path_"));
|
const hecl::ProjectPath pathPath = GetPathBeginsWith(inPath.getParentPath(), _SYS_STR("!path"));
|
||||||
UniqueID32 pathId;
|
UniqueID32 pathId;
|
||||||
if (pathPath.isFile())
|
if (pathPath.isFile())
|
||||||
pathId = pathPath;
|
pathId = pathPath;
|
||||||
|
|
Loading…
Reference in New Issue