From: "David Megginson" <[EMAIL PROTECTED]>

> Bernie Bright writes:
> 
>  > Excellent!  Hopefully this will work for texture files referenced
>  > by the object.
> 
> OBJECT_SHARED does work with textures; OBJECT_STATIC does not, yet.  I
> have Frederic Bouvier's patch in my TODO queue, but I want to study it
> closely before I commit it.

Ah, it was not lost ;-)

It simply check if the object path is absolute or relative. Absolute are
checked against the first char that can be '/' os '\' or the second char
':' if the first char is a letter (for windows users).

If the path is absolute, don't prepend fg_root to it.

That's all.

Cheers,

-Fred


_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to