CVS: data/Aircraft/c172p/Models/Yoke yoke.xml, 1.1, 1.2
Stuart Buchanan <[email protected]> Fri, 23 Apr 2010 15:54:06 -0500
| Newsgroups | gmane.games.flightgear.cvc |
|---|---|
| Message-ID | <[email protected]> |
Update of /var/cvs/FlightGear-0.9/data/Aircraft/c172p/Models/Yoke
In directory baron.flightgear.org:/tmp/cvs-serv12876/Models/Yoke
Modified Files:
yoke.xml
Log Message:
Labeling of instruments using OSGText. Activated with panel hotspots.
Index: yoke.xml
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/c172p/Models/Yoke/yoke.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- yoke.xml 25 Nov 2009 20:58:13 -0000 1.1
+++ yoke.xml 23 Apr 2010 20:53:48 -0000 1.2
@@ -34,9 +34,14 @@
<type>select</type>
<object-name>Yoke</object-name>
<condition>
- <not>
- <property>sim/model/hide-yoke</property>
- </not>
+ <and>
+ <not>
+ <property>sim/model/hide-yoke</property>
+ </not>
+ <not>
+ <property>/sim/panel-hotspots</property>
+ </not>
+ </and>
</condition>
</animation>
------------------------------------------------------------------------------