diff options
author | Alexander Gavriliuk <alexandrgproductengine@lindenlab.com> | 2024-03-21 07:34:51 +0100 |
---|---|---|
committer | Guru <alexandrgproductengine@lindenlab.com> | 2024-03-22 16:41:41 +0100 |
commit | 61935a13f41b92c652e677bbfd58725ce826c649 (patch) | |
tree | 363ae9cc5ff242d7f3a5391602ff4ecc7bc466fd /indra/llui/llview.cpp | |
parent | 43049bcff497df650c25897d640de9f038d87254 (diff) |
Add Develop menu option 'Debug Camera Controls'
Diffstat (limited to 'indra/llui/llview.cpp')
-rw-r--r-- | indra/llui/llview.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llview.cpp b/indra/llui/llview.cpp index 21fe088550..5768ceacd3 100644 --- a/indra/llui/llview.cpp +++ b/indra/llui/llview.cpp @@ -60,6 +60,7 @@ static const S32 LINE_HEIGHT = 15; S32 LLView::sDepth = 0; bool LLView::sDebugRects = false; bool LLView::sDebugUnicode = false; +bool LLView::sDebugCamera = false; bool LLView::sIsRectDirty = false; LLRect LLView::sDirtyRect; bool LLView::sDebugRectsShowNames = true; |