]> git.mxchange.org Git - simgear.git/commit
#658: better bugfix for findDataFile issue
authorThorstenB <brehmt@gmail.com>
Sat, 11 Feb 2012 09:55:13 +0000 (10:55 +0100)
committerThorstenB <brehmt@gmail.com>
Sat, 11 Feb 2012 09:55:13 +0000 (10:55 +0100)
commit811f156ad1c4a51eedc382959446b72451827abe
tree23d9f45b845fa290fad17a14406a9d6e0da9dbe8
parent2a0e9d31e10b3a9643f982516259be82a6154134
#658: better bugfix for findDataFile issue
Fixes the more basic probelm of "SGModelLib::findDataFile" resolving an
empty file name to the fgdata (directory) path. findData_File_ should
never return a _directory_ path, only valid _file_ names.
simgear/scene/material/TextureBuilder.cxx
simgear/scene/model/modellib.cxx