]> git.mxchange.org Git - flightgear.git/commitdiff
Fixed hardcode compass texture path to correspond with base package reorg.
authorcurt <curt>
Mon, 17 Dec 2001 20:34:37 +0000 (20:34 +0000)
committercurt <curt>
Mon, 17 Dec 2001 20:34:37 +0000 (20:34 +0000)
src/Cockpit/panel_io.cxx

index 2ade65f0d2f58f807694b2fbe9b57a9aa10beddd..7c578ea8b6b5bb64e63c808ed675de73001ff21c 100644 (file)
@@ -73,7 +73,7 @@ public:
 FGMagRibbon::FGMagRibbon (int w, int h)
   : FGTexturedLayer(w, h)
 {
-  FGCroppedTexture texture("Aircraft/c172/Instruments/Textures/compass-ribbon.rgb");
+  FGCroppedTexture texture("Aircraft/Instruments/Textures/compass-ribbon.rgb");
   setTexture(texture);
 }