diff --git a/Source/Engine/Platform/Windows/WindowsPlatform.cpp b/Source/Engine/Platform/Windows/WindowsPlatform.cpp index ccd514c11..f4b9e1295 100644 --- a/Source/Engine/Platform/Windows/WindowsPlatform.cpp +++ b/Source/Engine/Platform/Windows/WindowsPlatform.cpp @@ -1221,6 +1221,7 @@ void* WindowsPlatform::LoadLibrary(const Char* filename) if (folder.HasChars() && !SymbolsPath.Contains(folder)) { SymbolsPath.Add(folder); + SymbolsPath.Last().Replace('/', '\\'); OnSymbolsPathModified(); } DbgHelpUnlock();