mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-11 15:28:11 -05:00
refactor: refactor ZoneDefWriter
This commit is contained in:
@ -377,7 +377,7 @@ bool UnlinkerArgs::ParseArgs(const int argc, const char** argv, bool& shouldCont
|
||||
return true;
|
||||
}
|
||||
|
||||
std::string UnlinkerArgs::GetOutputFolderPathForZone(const Zone* zone) const
|
||||
std::string UnlinkerArgs::GetOutputFolderPathForZone(const Zone& zone) const
|
||||
{
|
||||
return std::regex_replace(m_output_folder, m_zone_pattern, zone->m_name);
|
||||
return std::regex_replace(m_output_folder, m_zone_pattern, zone.m_name);
|
||||
}
|
||||
|
Reference in New Issue
Block a user