From Stephane Lamoliatte, "fix to reading of DatabasePath property"
This commit is contained in:
@@ -29,7 +29,7 @@ bool PagedLOD_readLocalData(Object& obj, Input& fr)
|
||||
PagedLOD& lod = static_cast<PagedLOD&>(obj);
|
||||
|
||||
std::string path;
|
||||
if (!fr.read("DatabasePath",path))
|
||||
if (fr.read("DatabasePath",path))
|
||||
{
|
||||
lod.setDatabasePath(path);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user