Merge pull request #403 from mp3butcher/VAS

fix logo reader plugin
This commit is contained in:
OpenSceneGraph git repository 2017-12-08 11:19:20 +00:00 committed by GitHub
commit 5de9c97ff5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -259,7 +259,7 @@ class LOGOReaderWriter : public osgDB::ReaderWriter
Logos::RelativePosition pos = Logos::LowerRight;
std::ifstream fin(filePath.c_str());
std::ifstream fin(fileName.c_str());
if (!fin) return NULL;
while(fin)