Change 'unbound' thumbnails to show checkerboard, not dark red

This commit is contained in:
baldurk
2015-07-15 19:14:42 +02:00
parent e0be3e66ec
commit d602ea090a
+2
View File
@@ -418,6 +418,8 @@ bool ReplayOutput::Display()
color[0] = 0.4f;
m_pDevice->ClearOutputWindowColour(m_Thumbnails[i].outputID, color);
m_pDevice->RenderCheckerboard(Vec3f(0.6f, 0.6f, 0.7f), Vec3f(0.5f, 0.5f, 0.6f));
m_pDevice->FlipOutputWindow(m_Thumbnails[i].outputID);
continue;