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>
|
<object-name>marker</object-name>
|
||||||
<property>sim/model/marker/x/value</property>
|
<property>sim/model/marker/x/value</property>
|
||||||
<axis>
|
<axis>
|
||||||
<x>-1</x>
|
<x>1</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<z>0</z>
|
<z>0</z>
|
||||||
</axis>
|
</axis>
|
||||||
|
|
|
@ -182,7 +182,7 @@
|
||||||
<slider>
|
<slider>
|
||||||
<name>x</name>
|
<name>x</name>
|
||||||
<property>/sim/model/marker/x/slider</property>
|
<property>/sim/model/marker/x/slider</property>
|
||||||
<legend>aft/fore</legend>
|
<legend>fore/aft</legend>
|
||||||
<pref-width>250</pref-width>
|
<pref-width>250</pref-width>
|
||||||
<live>1</live>
|
<live>1</live>
|
||||||
<min>-1</min>
|
<min>-1</min>
|
||||||
|
|
Loading…
Add table
Reference in a new issue