mirror of https://github.com/AxioDL/metaforce.git
Merge branch 'master' of https://github.com/AxioDL/urde
This commit is contained in:
commit
f6b3a2aea8
|
@ -69,7 +69,7 @@ void ProjectResourceFactoryBase::ReadCatalog(const hecl::ProjectPath& catalogPat
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
athena::io::YAMLNode& node = *p.second;
|
athena::io::YAMLNode& node = *p.second;
|
||||||
hecl::ProjectPath path(m_proj->getProjectWorkingPath(), node.m_scalarString);
|
hecl::ProjectPath path;
|
||||||
if (node.m_type == YAML_SCALAR_NODE)
|
if (node.m_type == YAML_SCALAR_NODE)
|
||||||
{
|
{
|
||||||
path = hecl::ProjectPath(m_proj->getProjectWorkingPath(), node.m_scalarString);
|
path = hecl::ProjectPath(m_proj->getProjectWorkingPath(), node.m_scalarString);
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 93 KiB After Width: | Height: | Size: 169 KiB |
Loading…
Reference in New Issue