#232: reintroduce "point sprites for runway lights" switch
Make runway lights work when point sprites aren't enabled (mainly ATI) (also requires fg/sg update). Some white-space cleanup.
This commit is contained in:
parent
bddac3cb78
commit
faa27266dc
1 changed files with 81 additions and 83 deletions
|
@ -73,7 +73,6 @@
|
|||
</checkbox>
|
||||
|
||||
<!--
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<text>
|
||||
|
@ -93,16 +92,18 @@
|
|||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
</checkbox>
|
||||
-->
|
||||
|
||||
<checkbox>
|
||||
<halign>left</halign>
|
||||
<label>Use point sprites for runway lights</label>
|
||||
<label>Use point sprites for runway lights (requires restart)</label>
|
||||
<property>/sim/rendering/point-sprites</property>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
</checkbox>
|
||||
|
||||
<!--
|
||||
<checkbox>
|
||||
<halign>left</halign>
|
||||
<label>Enhanced runway lighting</label>
|
||||
|
@ -129,7 +130,6 @@
|
|||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
</checkbox>
|
||||
|
||||
-->
|
||||
|
||||
<group>
|
||||
|
@ -690,8 +690,6 @@
|
|||
</text>
|
||||
</group>
|
||||
|
||||
|
||||
|
||||
</group>
|
||||
</group>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue