mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 13:00:32 +00:00
Don't try to copy a non-local log to the remote thost
This commit is contained in:
@@ -674,7 +674,7 @@ namespace renderdocui.Windows
|
||||
}
|
||||
else
|
||||
{
|
||||
if (remoteReplay)
|
||||
if (remoteReplay && local)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user