mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Clear resource previews to black while thumbnails are still disabled
This commit is contained in:
@@ -146,7 +146,7 @@ namespace renderdocui.Controls
|
||||
|
||||
private void thumbnail_Paint(object sender, PaintEventArgs e)
|
||||
{
|
||||
if (m_Output == null || m_Core.Renderer == null)
|
||||
if (m_Output == null || m_Core.Renderer == null || true)
|
||||
{
|
||||
e.Graphics.Clear(Color.Black);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user