mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-16 00:45:52 +00:00
Missed one
This commit is contained in:
parent
c4eb432834
commit
fb2b491bcf
@ -161,7 +161,7 @@ bool MLVL::Cook(const hecl::ProjectPath& outPath, const hecl::ProjectPath& inPat
|
||||
hecl::DirectoryEnumerator(area.path.getAbsolutePath(), hecl::DirectoryEnumerator::Mode::DirsSorted)) {
|
||||
hecl::SystemString layerName;
|
||||
hecl::SystemChar* endCh = nullptr;
|
||||
hecl::StrToUl(e.m_name.c_str(), &endCh, 0);
|
||||
hecl::StrToUl(e.m_name.c_str(), &endCh, 10);
|
||||
if (!endCh)
|
||||
layerName = hecl::StringUtils::TrimWhitespace(e.m_name);
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user