summaryrefslogtreecommitdiff
path: root/indra/newview/llspatialpartition.h
diff options
context:
space:
mode:
authorCallum Linden <callum@lindenlab.com>2022-10-26 12:07:12 -0700
committerCallum Linden <callum@lindenlab.com>2022-10-26 12:07:12 -0700
commitaad3b32a92044a363e14fd8e23c76b7a60fceab6 (patch)
tree18f796ff9eba0d9c35d45f777ae87abd109eefd7 /indra/newview/llspatialpartition.h
parent80585d56fd6ccb0875c6353c7620a8ada749d66d (diff)
parenta022452ff56c31cb028d5a17d827c82f1a74e624 (diff)
Merge branch 'master' into DRTVWR-568
Diffstat (limited to 'indra/newview/llspatialpartition.h')
-rw-r--r--indra/newview/llspatialpartition.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llspatialpartition.h b/indra/newview/llspatialpartition.h
index f7bc9fb644..6d3ef33801 100644
--- a/indra/newview/llspatialpartition.h
+++ b/indra/newview/llspatialpartition.h
@@ -264,7 +264,7 @@ public:
return lhs->mAvatarp < rhs->mAvatarp;
}
- return lhs->mRenderOrder < rhs->mRenderOrder;
+ return lhs->mRenderOrder > rhs->mRenderOrder;
}
};