commit
5de9c97ff5
@ -259,7 +259,7 @@ class LOGOReaderWriter : public osgDB::ReaderWriter
|
|||||||
Logos::RelativePosition pos = Logos::LowerRight;
|
Logos::RelativePosition pos = Logos::LowerRight;
|
||||||
|
|
||||||
|
|
||||||
std::ifstream fin(filePath.c_str());
|
std::ifstream fin(fileName.c_str());
|
||||||
if (!fin) return NULL;
|
if (!fin) return NULL;
|
||||||
|
|
||||||
while(fin)
|
while(fin)
|
||||||
|
Loading…
Reference in New Issue
Block a user