ui: Rename depth buffers to depth buffer
Removes ambiguity between config and ui
This commit is contained in:
@@ -2674,14 +2674,14 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="readDepth">
|
<widget class="QCheckBox" name="readDepth">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Read Depth Buffers</string>
|
<string>Read Depth Buffer</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="dumpDepth">
|
<widget class="QCheckBox" name="dumpDepth">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Write Depth Buffers</string>
|
<string>Write Depth Buffer</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|||||||
Reference in New Issue
Block a user