mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
Rename 'since last clear' to 'show whole pass'
This commit is contained in:
+1
-1
@@ -462,7 +462,7 @@
|
||||
this.drawRange.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.drawRange.Items.AddRange(new object[] {
|
||||
"Only this draw",
|
||||
"Since last clear"});
|
||||
"Show whole pass"});
|
||||
this.drawRange.Name = "drawRange";
|
||||
this.drawRange.Size = new System.Drawing.Size(121, 25);
|
||||
this.drawRange.SelectedIndexChanged += new System.EventHandler(this.drawRange_SelectedIndexChanged);
|
||||
|
||||
Reference in New Issue
Block a user