From dd2fc3141a656a153247a13391fbefe5f345d66d Mon Sep 17 00:00:00 2001
From: curt <curt>
Date: Wed, 6 Sep 2000 17:43:45 +0000
Subject: [PATCH] Fixed whiskey compass.

---
 src/Cockpit/sp_panel.cxx | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/Cockpit/sp_panel.cxx b/src/Cockpit/sp_panel.cxx
index a3aae3879..ae770f9e4 100644
--- a/src/Cockpit/sp_panel.cxx
+++ b/src/Cockpit/sp_panel.cxx
@@ -373,8 +373,7 @@ MagRibbon::draw ()
   t.minX = xoffset;
   t.minY = yoffset;
   t.maxX = xoffset + 0.5;
-  t.maxY = yoffset + 0.5;
-//   setTextureCoords(xoffset, yoffset, xoffset + 0.5, yoffset + 0.25);
+  t.maxY = yoffset + 0.25;
   MyTexturedLayer::draw();
 }