fix logo reader plugin

TODO upgrade to a more modern gl (remove glDrawpixel usage)
This commit is contained in:
Julien Valentin
2017-12-07 20:13:57 +01:00
parent 25f5605ad8
commit 53d8032656

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)