mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-23 22:25:55 +00:00
Rename Mesh Output panel to Mesh Viewer, since it displays inputs too
This commit is contained in:
@@ -1800,7 +1800,7 @@ void BufferViewer::SetupRawView()
|
||||
|
||||
void BufferViewer::SetupMeshView()
|
||||
{
|
||||
setWindowTitle(tr("Mesh Output"));
|
||||
setWindowTitle(tr("Mesh Viewer"));
|
||||
|
||||
// hide buttons we don't want in the toolbar
|
||||
ui->byteRangeLine->setVisible(false);
|
||||
|
||||
Reference in New Issue
Block a user