summaryrefslogtreecommitdiff
path: root/indra/newview/llglsandbox.cpp
diff options
context:
space:
mode:
authornat-goodspeed <nat@lindenlab.com>2024-09-19 14:48:14 -0400
committerGitHub <noreply@github.com>2024-09-19 14:48:14 -0400
commita7d5d4cf84b751f129264d2b24a7b1bb799fce9c (patch)
tree34c4f8101d0bdbd1b944a16cdc93a15b2d0f3cc0 /indra/newview/llglsandbox.cpp
parent25969b330e4dc69f6eb39a487b171ccc07a5df14 (diff)
parentbe40936881a747893d03c5c003914efb3867ccd1 (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.cpp2
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();
}
};