Fix type and duplicated item in TextureDiscardLevel combobox in graphics preferences panel
parent
4579a94caa
commit
f1a18c331b
|
|
@ -1000,7 +1000,7 @@
|
|||
<check_box
|
||||
control_name="ImagePipelineUseHTTP"
|
||||
height="16"
|
||||
label="Use HTTP for recieving textures"
|
||||
label="Use HTTP for receiving textures"
|
||||
tool_tip="Set this to load textures using the HTTP protocol - unset it if you are having rendering problems and wish to the legacy UDP protocol."
|
||||
layout="topleft"
|
||||
left_delta="5"
|
||||
|
|
@ -1043,10 +1043,6 @@
|
|||
label="Low quality"
|
||||
name="5"
|
||||
value="5"/>
|
||||
<combo_box.item
|
||||
label="No textures"
|
||||
name="5"
|
||||
value="5"/>
|
||||
</combo_box>
|
||||
|
||||
<text
|
||||
|
|
|
|||
Loading…
Reference in New Issue