mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-17 21:17:09 +00:00
Fix logfiles not being deleted if captured application is the last user
* Previously only the UI itself would delete the log if it was the last thing to close.
This commit is contained in:
@@ -486,7 +486,7 @@ RenderDoc::~RenderDoc()
|
||||
}
|
||||
}
|
||||
|
||||
RDCSTOPLOGGING(m_LoggingFilename.c_str());
|
||||
RDCSTOPLOGGING();
|
||||
|
||||
if(m_RemoteThread)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user