Through my previous commit the marker in the tutorials was placed in the opposite x-position (e.g. -2.56 became 2.56)
This is a workaround for this fault.
This commit is contained in:
parent
a843ff1b33
commit
bc3f9d1524
2 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@
|
|||
<object-name>marker</object-name>
|
||||
<property>sim/model/marker/x/value</property>
|
||||
<axis>
|
||||
<x>-1</x>
|
||||
<x>1</x>
|
||||
<y>0</y>
|
||||
<z>0</z>
|
||||
</axis>
|
||||
|
|
|
@ -182,7 +182,7 @@
|
|||
<slider>
|
||||
<name>x</name>
|
||||
<property>/sim/model/marker/x/slider</property>
|
||||
<legend>aft/fore</legend>
|
||||
<legend>fore/aft</legend>
|
||||
<pref-width>250</pref-width>
|
||||
<live>1</live>
|
||||
<min>-1</min>
|
||||
|
|
Loading…
Reference in a new issue