diff options
| author | mobserveur <mobserveur@gmail.com> | 2024-07-23 02:57:02 +0200 |
|---|---|---|
| committer | mobserveur <mobserveur@gmail.com> | 2024-07-23 02:57:02 +0200 |
| commit | 7bb6ea9103228b3bf3b28792d8d73e8616471908 (patch) | |
| tree | bbfe6b8deb26cf78eec77e4cade9637a8d435689 /indra/newview/mpfloatertuning.cpp | |
| parent | 8f66fcb7e32ce074fda9816efec37b45659c45e3 (diff) | |
Apple gpu optimisations based on LL work
This commit replaces our former optimisations with LL develop branch work and some tweaks.
Diffstat (limited to 'indra/newview/mpfloatertuning.cpp')
| -rw-r--r-- | indra/newview/mpfloatertuning.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/mpfloatertuning.cpp b/indra/newview/mpfloatertuning.cpp index 938299cacf..66336a6c47 100644 --- a/indra/newview/mpfloatertuning.cpp +++ b/indra/newview/mpfloatertuning.cpp @@ -89,7 +89,7 @@ void MPFloaterTuning::onFinalCommit() S16 optBuf = optBufCtrl->getCurrentIndex() + 1; gSavedSettings.setU32("MPVBufferOptiMode",optBuf); - LLVertexBuffer::sMappingMode = optBuf; + //LLVertexBuffer::sMappingMode = optBuf; } void MPFloaterTuning::onClose(bool app_quitting) |
