mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 01:07:43 +00:00
Work on world cooking
This commit is contained in:
@@ -282,7 +282,7 @@ struct SpecMP2 : SpecBase
|
||||
return m_pakRouter.getWorking(id);
|
||||
}
|
||||
|
||||
bool checkPathPrefix(const hecl::ProjectPath& path)
|
||||
bool checkPathPrefix(const hecl::ProjectPath& path) const
|
||||
{
|
||||
return path.getRelativePath().compare(0, 4, _S("MP2/")) == 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user