From dda2746ca375433a117f7c907336c7b15da3c6b9 Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 21 Sep 2000 20:44:14 +0000 Subject: [PATCH] Caught an old texture path reference. --- src/Cockpit/panel_io.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.5