Remove redundant word

This commit is contained in:
baldurk
2016-07-11 11:54:58 +02:00
parent fa2287ed21
commit ce2b7a88d3
+1 -1
View File
@@ -1913,7 +1913,7 @@ namespace renderdocui.Windows
if (current.format.compType != m_TexDisplay.typeHint &&
m_TexDisplay.typeHint != FormatComponentType.None)
{
texStatusDim.Text += " Viewed as type " + m_TexDisplay.typeHint.Str();
texStatusDim.Text += " Viewed as " + m_TexDisplay.typeHint.Str();
}
}