diff options
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) |