diff options
Diffstat (limited to 'indra/llmath/llrect.h')
-rw-r--r-- | indra/llmath/llrect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/llrect.h b/indra/llmath/llrect.h index 4da29482fd..25af04be06 100644 --- a/indra/llmath/llrect.h +++ b/indra/llmath/llrect.h @@ -137,7 +137,7 @@ public: } // Note: Does NOT follow GL_QUAD conventions: the top and right edges ARE considered part of the rect - // returns TRUE if any part of rect is is inside this LLRect + // returns true if any part of rect is is inside this LLRect bool overlaps(const LLRectBase& rect) const { return !(mLeft > rect.mRight |