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 /build.sh | |
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 'build.sh')
-rwxr-xr-x | build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -178,6 +178,7 @@ pre_build() "$autobuild" configure --quiet -c $variant \ ${eval_autobuild_configure_parameters:---} \ + -DLL_TESTS:BOOL=ON \ -DPACKAGE:BOOL=ON \ -DHAVOK:BOOL="$HAVOK" \ -DRELEASE_CRASH_REPORTING:BOOL="$RELEASE_CRASH_REPORTING" \ |