We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 509be52 commit 439b35fCopy full SHA for 439b35f
unity/alc-wrapper/test.cs
@@ -59,7 +59,7 @@ void AddPath(string inpaths, bool isSystemPath)
59
#if DEBUG_ALC_WRAPPER
60
Console.WriteLine($"[ALCWrapper:#{id}] AddPath {inpaths} isSystemPath {isSystemPath}");
61
#endif
62
- foreach (var p in inpaths.Split(":"))
+ foreach (var p in inpaths.Split(Path.PathSeparator))
63
(isSystemPath ? systemPaths : userPaths).Add(p);
64
}
65
0 commit comments