Don't prompt to close a logfile if there's not one loaded

This commit is contained in:
baldurk
2016-05-09 21:50:10 +02:00
parent 36468bb666
commit 281a3c93da
+3
View File
@@ -1187,6 +1187,9 @@ namespace renderdocui.Windows
private bool PromptCloseLog()
{
if (!m_Core.LogLoaded)
return true;
string deletepath = "";
if (OwnTemporaryLog)