Fixed hardcode compass texture path to correspond with base package reorg.
This commit is contained in:
parent
75037e081b
commit
85349e313e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue