diff options
author | Jonathan "Geenz" Goodman <geenz@lindenlab.com> | 2024-05-08 13:40:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-08 13:40:58 -0700 |
commit | 54816bdf81c05dfeb0f4fa35f4e222fdd8126057 (patch) | |
tree | 8d4448cceef2fd4ec395e099866e98e0faf50e76 /indra/llimage | |
parent | ca5e89d741b3618ab1dc681ecb6f75e5884988d7 (diff) |
Fix for mirrors not functioning properly under water. (#1436)
* #1165 Fix for clipping and culling for mirrors under water.
Diffstat (limited to 'indra/llimage')
-rw-r--r-- | indra/llimage/tests/llimageworker_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llimage/tests/llimageworker_test.cpp b/indra/llimage/tests/llimageworker_test.cpp index 0a97b739b0..ffcd7d257f 100644 --- a/indra/llimage/tests/llimageworker_test.cpp +++ b/indra/llimage/tests/llimageworker_test.cpp @@ -98,7 +98,7 @@ namespace tut done = res; *done = false; } - virtual void completed(bool success, LLImageRaw* raw, LLImageRaw* aux) + virtual void completed(bool success, LLImageRaw* raw, LLImageRaw* aux, U32) { *done = true; } |