diff options
author | Alexander Gavriliuk <alexandrgproductengine@lindenlab.com> | 2024-07-06 09:23:39 +0200 |
---|---|---|
committer | Guru <alexandrgproductengine@lindenlab.com> | 2024-07-08 12:16:32 +0200 |
commit | d0173ac7fc1f999b31aad70c3abfa2c57f872899 (patch) | |
tree | d2ff6b4ca21a1040e0144fff328b9cc22ca626ff /indra/llrender/llrendertarget.h | |
parent | d996497c5e0a45e1bc68a06f4d4cdab5f706a53b (diff) |
#1931 Terminate AppViewer immediately in case of initialization failed
Diffstat (limited to 'indra/llrender/llrendertarget.h')
-rw-r--r-- | indra/llrender/llrendertarget.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llrender/llrendertarget.h b/indra/llrender/llrendertarget.h index fc78f059e0..cd3290cf66 100644 --- a/indra/llrender/llrendertarget.h +++ b/indra/llrender/llrendertarget.h @@ -61,8 +61,6 @@ class LLRenderTarget { public: - // Whether app initialization failed - static bool sInitFailed; // Whether or not to use FBO implementation static bool sUseFBO; static U32 sBytesAllocated; |