mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
Actually use modified path in working dir hint
This commit is contained in:
@@ -544,7 +544,7 @@ namespace renderdocui.Windows.Dialogs
|
||||
// if it's a unix style path, maintain the slash type
|
||||
if (Helpers.CharCount(exePath.Text, '/') > Helpers.CharCount(exePath.Text, '\\'))
|
||||
{
|
||||
workDirPath.Text.Replace('\\', '/');
|
||||
workDirPath.Text = workDirPath.Text.Replace('\\', '/');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user