Fix common gear rumble sound problem
Rumble/squeal should depend on groundspeed, not airspeed (which includes wind)
This commit is contained in:
parent
9e917d121a
commit
38bb477f6a
1 changed files with 2 additions and 2 deletions
|
@ -119,7 +119,7 @@
|
|||
<z>-1.5</z>
|
||||
</position>
|
||||
<volume>
|
||||
<property>velocities/airspeed-kt</property>
|
||||
<property>velocities/groundspeed-kt</property>
|
||||
<type>log</type>
|
||||
<factor>0.25</factor>
|
||||
</volume>
|
||||
|
@ -177,7 +177,7 @@
|
|||
<max>1.0</max>
|
||||
</volume>
|
||||
<pitch>
|
||||
<property>velocities/airspeed-kt</property>
|
||||
<property>velocities/groundspeed-kt</property>
|
||||
<factor>0.0025</factor>
|
||||
<offset>1.2</offset>
|
||||
</pitch>
|
||||
|
|
Loading…
Add table
Reference in a new issue