diff options
author | nat-goodspeed <nat@lindenlab.com> | 2024-09-19 14:48:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-19 14:48:14 -0400 |
commit | a7d5d4cf84b751f129264d2b24a7b1bb799fce9c (patch) | |
tree | 34c4f8101d0bdbd1b944a16cdc93a15b2d0f3cc0 /indra/newview/llglsandbox.cpp | |
parent | 25969b330e4dc69f6eb39a487b171ccc07a5df14 (diff) | |
parent | be40936881a747893d03c5c003914efb3867ccd1 (diff) |
Merge pull request #2610 from secondlife/frame-profile-json
Make Develop->Render Tests->Frame Profile dump JSON to a file too.
Diffstat (limited to 'indra/newview/llglsandbox.cpp')
-rw-r--r-- | indra/newview/llglsandbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llglsandbox.cpp b/indra/newview/llglsandbox.cpp index af025d5879..112008172e 100644 --- a/indra/newview/llglsandbox.cpp +++ b/indra/newview/llglsandbox.cpp @@ -838,7 +838,7 @@ struct ShaderProfileHelper } ~ShaderProfileHelper() { - LLGLSLShader::finishProfile(false); + LLGLSLShader::finishProfile(); } }; |