From 85349e313ee1b6e4131ebcb5fb8077b93f20a968 Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 17 Dec 2001 20:34:37 +0000 Subject: [PATCH] Fixed hardcode compass texture path to correspond with base package reorg. --- 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 2ade65f0d..7c578ea8b 100644 --- a/src/Cockpit/panel_io.cxx +++ b/src/Cockpit/panel_io.cxx @@ -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); } -- 2.39.5