|
From: <fli...@li...> - 2017-10-04 20:40:27
|
Revision: 3047
http://sourceforge.net/p/flightgear/fgaddon/3047
Author: lbrenta
Date: 2017-10-04 20:40:25 +0000 (Wed, 04 Oct 2017)
Log Message:
-----------
Piper-PA-32: hide the light cone from the preview of fgrun.
Modified Paths:
--------------
trunk/Aircraft/Piper-PA-32/Models/light/light-cone.xml
Modified: trunk/Aircraft/Piper-PA-32/Models/light/light-cone.xml
===================================================================
--- trunk/Aircraft/Piper-PA-32/Models/light/light-cone.xml 2017-10-04 20:39:06 UTC (rev 3046)
+++ trunk/Aircraft/Piper-PA-32/Models/light/light-cone.xml 2017-10-04 20:40:25 UTC (rev 3047)
@@ -3,10 +3,10 @@
<PropertyList>
<path>light-cone.ac</path>
-
+ <nopreview/>
<effect>
<inherits-from>Effects/light-cone</inherits-from>
<object-name>Cone</object-name>
</effect>
- </PropertyList>
+</PropertyList>
|