From: curt Date: Thu, 21 Sep 2000 20:44:14 +0000 (+0000) Subject: Caught an old texture path reference. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=dda2746ca375433a117f7c907336c7b15da3c6b9;p=flightgear.git Caught an old texture path reference. --- diff --git a/src/Cockpit/panel_io.cxx b/src/Cockpit/panel_io.cxx index 0bc50368b..2add779f5 100644 --- a/src/Cockpit/panel_io.cxx +++ b/src/Cockpit/panel_io.cxx @@ -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); }