]> git.mxchange.org Git - simgear.git/commit
Fix new livery code
authortimoore <timoore>
Thu, 24 Apr 2008 22:06:06 +0000 (22:06 +0000)
committertimoore <timoore>
Thu, 24 Apr 2008 22:06:06 +0000 (22:06 +0000)
commit569a29fbbc2cc92a5111039b27675472eb0d0ec0
treedcb989518fafffc1c5286fc7e6c951804e3a7cbf
parent0c06bfd3d9f1c8b2a807afad667866e911f198bd
Fix new livery code

It turns out that the database pager causes the texture image to be
unloaded after it is applied, so the image and its file name may not
be available for doing the livery substitution. Ask a work around we
set the name of the texture to its file name.
simgear/scene/model/ModelRegistry.cxx
simgear/scene/model/ModelRegistry.hxx
simgear/scene/util/NodeAndDrawableVisitor.hxx