mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-25 07:05:48 +00:00
Fix order of operations error when shutting down remote replay
This commit is contained in:
@@ -1671,12 +1671,12 @@ rdcpair<ReplayStatus, IReplayController *> RemoteServer::OpenCapture(
|
||||
|
||||
void RemoteServer::CloseCapture(IReplayController *rend)
|
||||
{
|
||||
rend->Shutdown();
|
||||
|
||||
{
|
||||
WRITE_DATA_SCOPE();
|
||||
SCOPED_SERIALISE_CHUNK(eRemoteServer_CloseLog);
|
||||
}
|
||||
|
||||
rend->Shutdown();
|
||||
}
|
||||
|
||||
rdcstr RemoteServer::DriverName()
|
||||
|
||||
Reference in New Issue
Block a user