diff options
author | Alexander Gavriliuk <alexandrgproductengine@lindenlab.com> | 2024-07-05 18:46:30 +0200 |
---|---|---|
committer | Guru <alexandrgproductengine@lindenlab.com> | 2024-07-06 08:38:17 +0200 |
commit | 9ddf64c65183960ffed4fe61c5d85e8bacaea030 (patch) | |
tree | 27fe44bb1efa81776f40f9c701cc02a5800c1467 /indra/llrender/llrendertarget.h | |
parent | 958f7812839160247207c01e78b90f1935022ab3 (diff) |
#1931 BugSplat Crash: SecondLifeViewer!LLRenderTarget::release(387)
Diffstat (limited to 'indra/llrender/llrendertarget.h')
-rw-r--r-- | indra/llrender/llrendertarget.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/llrender/llrendertarget.h b/indra/llrender/llrendertarget.h index a1adf93fa1..fc78f059e0 100644 --- a/indra/llrender/llrendertarget.h +++ b/indra/llrender/llrendertarget.h @@ -61,7 +61,9 @@ class LLRenderTarget { public: - //whether or not to use FBO implementation + // Whether app initialization failed + static bool sInitFailed; + // Whether or not to use FBO implementation static bool sUseFBO; static U32 sBytesAllocated; static U32 sCurFBO; |