Added support for priority offset and scale into PagedLOD.
This commit is contained in:
@@ -49,15 +49,12 @@ bool PagedLOD_readLocalData(Object& obj, Input& fr)
|
||||
|
||||
// set up coordinates.
|
||||
int entry = fr[0].getNoNestedBrackets();
|
||||
int capacity;
|
||||
|
||||
if (matchFirst)
|
||||
{
|
||||
fr += 2;
|
||||
}
|
||||
else if (fr[1].getInt(capacity))
|
||||
else
|
||||
{
|
||||
lod.getFileNameList().reserve(capacity);
|
||||
fr += 3;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user