mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-24 15:36:33 +00:00
Fix typo in shader viewer menu item. Closes #2201
This commit is contained in:
@@ -167,7 +167,7 @@ ShaderViewer::ShaderViewer(ICaptureContext &ctx, QWidget *parent)
|
||||
|
||||
QAction *dim = new QAction(tr("Texture Dimensions Global"), this);
|
||||
QAction *mip = new QAction(tr("Selected Mip Global"), this);
|
||||
QAction *slice = new QAction(tr("Seleted Array Slice / Cubemap Face Global"), this);
|
||||
QAction *slice = new QAction(tr("Selected Array Slice / Cubemap Face Global"), this);
|
||||
QAction *sample = new QAction(tr("Selected Sample Global"), this);
|
||||
QAction *type = new QAction(tr("Texture Type Global"), this);
|
||||
QAction *samplers = new QAction(tr("Point && Linear Samplers"), this);
|
||||
|
||||
Reference in New Issue
Block a user