Cockpit-view: add step to head-shake factors
Suggested by Michael Danilov: add step values to these sliders, so we get precise values rather than arbitrary ones.
This commit is contained in:
parent
5e3131d384
commit
b5f574fa4f
1 changed files with 2 additions and 0 deletions
|
@ -82,6 +82,7 @@
|
|||
<min>0.0</min>
|
||||
<max>0.1</max>
|
||||
<property>/sim/rendering/headshake/rate-m-g</property>
|
||||
<step>0.01</step>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
|
@ -107,6 +108,7 @@
|
|||
<slider>
|
||||
<min>0.0</min>
|
||||
<max>2.0</max>
|
||||
<step>0.1</step>
|
||||
<property>/sim/rendering/headshake/groundshake/effect-factor</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
|
|
Loading…
Add table
Reference in a new issue