mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-07-06 11:11:50 +00:00
ObjLoading: Load common ipaks depending on SP/MP/ZM for every zone and make sure to not double load them
This commit is contained in:
@ -157,7 +157,7 @@ public:
|
||||
|
||||
std::string GetName() override
|
||||
{
|
||||
return utils::Path::GetFilename(m_path);
|
||||
return utils::Path::GetFilenameWithoutExtension(m_path);
|
||||
}
|
||||
|
||||
bool Initialize()
|
||||
|
Reference in New Issue
Block a user