mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-27 08:05:42 +00:00
Rename replay host to remote server, consistently.
This commit is contained in:
@@ -1498,7 +1498,7 @@ namespace renderdocui.Windows
|
||||
|
||||
Thread thread = Helpers.NewThread(new ThreadStart(() =>
|
||||
{
|
||||
StaticExports.SpawnReplayHost("", 0, ref killReplay);
|
||||
StaticExports.BecomeRemoteServer("", 0, ref killReplay);
|
||||
}));
|
||||
|
||||
thread.Start();
|
||||
|
||||
Reference in New Issue
Block a user