diff --git a/src/modules/filesystem/physfs/Filesystem.cpp b/src/modules/filesystem/physfs/Filesystem.cpp index a06b1c670..b174a2646 100644 --- a/src/modules/filesystem/physfs/Filesystem.cpp +++ b/src/modules/filesystem/physfs/Filesystem.cpp @@ -701,6 +701,7 @@ std::string Filesystem::getFullCommonPath(CommonPath path) #endif + fullPaths[path] = canonicalizeRealPath(fullPaths[path].c_str()); return fullPaths[path]; }