summaryrefslogtreecommitdiff
path: root/indra/llrender/llgl.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2021-09-20 13:19:20 +0100
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2021-09-20 13:19:20 +0100
commitc10d601ce8d2a6ca7e354772a217a998cd9865b3 (patch)
tree7354113b30b20c879dec9f308c2d2c79224be31e /indra/llrender/llgl.cpp
parent0918958507c9140cca0f4026ecef210eac9aef3a (diff)
SL-15999 - track --noninteractive state with gNonInteractive flag
Diffstat (limited to 'indra/llrender/llgl.cpp')
-rw-r--r--indra/llrender/llgl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llrender/llgl.cpp b/indra/llrender/llgl.cpp
index 43fedeca64..fe399ad882 100644
--- a/indra/llrender/llgl.cpp
+++ b/indra/llrender/llgl.cpp
@@ -62,6 +62,7 @@
BOOL gDebugSession = FALSE;
BOOL gClothRipple = FALSE;
BOOL gHeadlessClient = FALSE;
+BOOL gNonInteractive = FALSE;
BOOL gGLActive = FALSE;
BOOL gGLDebugLoggingEnabled = TRUE;