1
0
Fork 0

Caught an old texture path reference.

This commit is contained in:
curt 2000-09-21 20:44:14 +00:00
parent f2d507fbd5
commit dda2746ca3

View file

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