Merge branch 'master' of https://github.com/singularity-viewer/SingularityViewer.git
# Conflicts: # indra/llmath/lloctree.h # indra/newview/llsurface.cpp
This commit is contained in:
@@ -1916,7 +1916,7 @@ S32 LLMeshRepository::getActualMeshLOD(LLSD& header, S32 lod)
|
||||
{
|
||||
lod = llclamp(lod, 0, 3);
|
||||
|
||||
S32 version = header["version"];
|
||||
S32 version = header["version"].asInteger();
|
||||
|
||||
if (header.has("404") || version > MAX_MESH_VERSION)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user