Rename replay host to remote server, consistently.

This commit is contained in:
baldurk
2016-08-01 19:38:21 +02:00
parent 3655f0610d
commit 39f453b166
7 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -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();