]> git.mxchange.org Git - flightgear.git/commitdiff
Caught an old texture path reference.
authorcurt <curt>
Thu, 21 Sep 2000 20:44:14 +0000 (20:44 +0000)
committercurt <curt>
Thu, 21 Sep 2000 20:44:14 +0000 (20:44 +0000)
src/Cockpit/panel_io.cxx

index 0bc50368b5fcbb54384a1b6c7903e28c6f54b13e..2add779f527bf1c0537190afaaaabde71221917e 100644 (file)
@@ -66,7 +66,7 @@ public:
 FGMagRibbon::FGMagRibbon (int w, int h)
   : FGTexturedLayer(w, h)
 {
-  CroppedTexture texture("Textures/Panel/compass-ribbon.rgb");
+  CroppedTexture texture("Instruments/Default/Textures/compass-ribbon.rgb");
   setTexture(texture);
 }