From 72c3e59a3e68d371190f9a108aabcac8e6a0f3fd Mon Sep 17 00:00:00 2001
From: jimw <jimw>
Date: Tue, 18 Jun 2002 02:05:51 +0000
Subject: [PATCH] fixed compass rose rotation.

---
 Aircraft/Instruments/hsi.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Aircraft/Instruments/hsi.xml b/Aircraft/Instruments/hsi.xml
index b870aaed6..7f5431d82 100644
--- a/Aircraft/Instruments/hsi.xml
+++ b/Aircraft/Instruments/hsi.xml
@@ -32,7 +32,7 @@ Started 24-7-01 by Timothy Gale
       <transformation>
       <type>rotation</type>
       <property>/orientation/heading-magnetic-deg</property>
-      <min>0.0</min>
+      <min>-360.0</min>
       <max>360.0</max>
       <scale>-1.0</scale>
       </transformation>
@@ -589,3 +589,4 @@ Started 24-7-01 by Timothy Gale
 
 </PropertyList>
 
+