mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 10:00:40 +00:00
Ignore port in device IDs for target control connection. Closes #3590
This commit is contained in:
@@ -988,7 +988,6 @@ extern "C" RENDERDOC_API ITargetControl *RENDERDOC_CC RENDERDOC_CreateTargetCont
|
||||
if(idx > 0)
|
||||
{
|
||||
host = deviceID.substr(0, idx);
|
||||
port = atoi(deviceID.substr(idx + 1).c_str()) & 0xffff;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user