diff options
Diffstat (limited to 'indra/llmath/xform.cpp')
-rw-r--r-- | indra/llmath/xform.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/xform.cpp b/indra/llmath/xform.cpp index 8999abda60..838dee0a54 100644 --- a/indra/llmath/xform.cpp +++ b/indra/llmath/xform.cpp @@ -86,7 +86,7 @@ void LLXformMatrix::update() } } -void LLXformMatrix::updateMatrix(BOOL update_bounds) +void LLXformMatrix::updateMatrix(bool update_bounds) { update(); |