diff options
author | Dave Parks <davep@lindenlab.com> | 2022-06-28 15:16:15 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-06-28 15:16:15 -0500 |
commit | 423b6c72e9f8978cd16c9aaa9bb14b03cdea73a4 (patch) | |
tree | 9cc9c2cc50c5f10bcf6a49597ee72576015971df /indra/llrender | |
parent | 57805cac68bbc67ecb8a8e76c0ced2ce9b622dd1 (diff) | |
parent | 7fdb05d7ef449d2cc9b96c77c7bfa41bf7c15ede (diff) |
Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into DRTVWR-559
Diffstat (limited to 'indra/llrender')
-rw-r--r-- | indra/llrender/llglslshader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llglslshader.h b/indra/llrender/llglslshader.h index 6b4778c270..68e1a8954d 100644 --- a/indra/llrender/llglslshader.h +++ b/indra/llrender/llglslshader.h @@ -52,7 +52,7 @@ public: bool hasShadows; bool hasAmbientOcclusion; bool hasSrgb; - bool encodesNormal; + bool encodesNormal; // include: shaders\class1\environment\encodeNormF.glsl bool isDeferred; bool hasIndirect; S32 mIndexedTextureChannels; |