Refresh the texture list when a capture closes, to clear it out.

This commit is contained in:
baldurk
2017-11-24 18:14:22 +00:00
parent 01e2e00b5f
commit 7c11557abd
+2
View File
@@ -2532,6 +2532,8 @@ void TextureViewer::OnCaptureClosed()
{
Reset();
refreshTextureList();
delete m_Watcher;
m_Watcher = NULL;