diff options
author | ruslantproductengine <ruslantproductengine@lindenlab.com> | 2015-10-27 18:06:36 +0200 |
---|---|---|
committer | ruslantproductengine <ruslantproductengine@lindenlab.com> | 2015-10-27 18:06:36 +0200 |
commit | 501033f521f2de7c47525996541e179670222792 (patch) | |
tree | c55883066556e0bd19c74600fc66eef8eaa4288d /indra/newview/llappviewer.h | |
parent | 7563bb647048725e144fea34ea3cba426eed0ad1 (diff) |
MAINT-3491 FIXED If ALM is enabled while in wireframe mode, disabling wireframe mode results in a black screen.
Diffstat (limited to 'indra/newview/llappviewer.h')
-rwxr-xr-x | indra/newview/llappviewer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.h b/indra/newview/llappviewer.h index 718871138e..ad5268496b 100755 --- a/indra/newview/llappviewer.h +++ b/indra/newview/llappviewer.h @@ -375,6 +375,7 @@ extern BOOL gDisconnected; extern LLFrameTimer gRestoreGLTimer; extern BOOL gRestoreGL; extern BOOL gUseWireframe; +extern BOOL gInitialDeferredModeForWireframe; // VFS globals - gVFS is for general use // gStaticVFS is read-only and is shipped w/ the viewer |