mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-20 20:55:42 +00:00
Don't skip modified shaders when tex viewer is just in another tab
* We only want to skip these events if the texture viewer has actually been closed and destroyed.
This commit is contained in:
@@ -1132,7 +1132,7 @@ namespace renderdocui.Windows
|
||||
|
||||
void CustomShaderModified(object sender, FileSystemEventArgs e)
|
||||
{
|
||||
if (!Visible || IsDisposed) return;
|
||||
if (IsDisposed) return;
|
||||
|
||||
Thread.Sleep(5);
|
||||
BeginInvoke((MethodInvoker)delegate
|
||||
|
||||
Reference in New Issue
Block a user