1
0
Fork 0

Fixed hardcode compass texture path to correspond with base package reorg.

This commit is contained in:
curt 2001-12-17 20:34:37 +00:00
parent 75037e081b
commit 85349e313e

View 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);
}