]> git.mxchange.org Git - flightgear.git/commit
Patch from Frederic Bouvier:
authordavid <david>
Sun, 13 Oct 2002 10:43:57 +0000 (10:43 +0000)
committerdavid <david>
Sun, 13 Oct 2002 10:43:57 +0000 (10:43 +0000)
commitb66a6c75b3013940652f7ec025eb35bc1d3bab8a
tree4625a0159d5605599b2cf17a5e138d6a66afac41
parent76cda01641d3176fa1de985be84fdc3462f1b248
Patch from Frederic Bouvier:

I noticed that textures for scenery static objects are not loaded
anymore for a few weeks.  Static objects have absolute path while
random objects and aircraft have relative path but fgLoad3DModel
unconditionally prepend fg_root to the model path. This patch test the
beginning of the model path to choose if fg_root has to be prepended
to the model path.
src/Model/model.cxx