We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1382c2b commit 89dbb88Copy full SHA for 89dbb88
include/nbl/system/ISystem.h
@@ -335,7 +335,7 @@ class ISystem : public core::IReferenceCounted
335
336
void mount(core::smart_refctd_ptr<IFileArchive>&& archive, const system::path& pathAlias = "")
337
{
338
- auto path = std::filesystem::absolute(archive->asFile()->getFileName()).generic_string();
+ auto path = archive->asFile()->getFileName();
339
m_cachedArchiveFiles.insert(path, std::move(archive));
340
if (!pathAlias.empty())
341
0 commit comments