Buncha small fixes, mainly from alchemy
Update firestorm jira url Maintain sorting and and scroll position when refreshing region tracker Add missing CrashHostUrl setting And a buncha other tinies, probably a crash fix or two.
This commit is contained in:
@@ -1913,7 +1913,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