Caught an old texture path reference.
This commit is contained in:
parent
f2d507fbd5
commit
dda2746ca3
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue