]> git.mxchange.org Git - flightgear.git/commitdiff
Fixed whiskey compass.
authorcurt <curt>
Wed, 6 Sep 2000 17:43:45 +0000 (17:43 +0000)
committercurt <curt>
Wed, 6 Sep 2000 17:43:45 +0000 (17:43 +0000)
src/Cockpit/sp_panel.cxx

index a3aae387925fcf5132e5339cae53c72411818c56..ae770f9e4e6f045ca56d4fa59dd30c39ab2463ec 100644 (file)
@@ -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();
 }