mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-24 02:40:52 +00:00
Rename RemoteAccess to TargetControl to better disambiguate RemoteServer
This commit is contained in:
@@ -542,7 +542,7 @@ RENDERDOC_CreateRemoteReplayConnection(const char *host, uint32_t port, RemoteRe
|
||||
s = host;
|
||||
|
||||
if(port == 0)
|
||||
port = RENDERDOC_GetDefaultReplayHostPort();
|
||||
port = RENDERDOC_GetDefaultRemoteServerPort();
|
||||
|
||||
Network::Socket *sock = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user