summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2023-02-08 09:02:57 -0600
committerDave Parks <davep@lindenlab.com>2023-02-08 09:02:57 -0600
commit4586ceaf9bd868fb33d826d1e5c824cbc9c2276a (patch)
treece9b720f127e9455d96e7befb88c45634536083c /indra/newview
parenta2647e953aeee26ef99e62e0146adcd37c8afca1 (diff)
SL-18229 Mac build fix.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/app_settings/shaders/class1/deferred/pbropaqueF.glsl3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/app_settings/shaders/class1/deferred/pbropaqueF.glsl b/indra/newview/app_settings/shaders/class1/deferred/pbropaqueF.glsl
index 483ce4c3d0..c4c5a7872b 100644
--- a/indra/newview/app_settings/shaders/class1/deferred/pbropaqueF.glsl
+++ b/indra/newview/app_settings/shaders/class1/deferred/pbropaqueF.glsl
@@ -149,4 +149,5 @@ void main()
frag_color.a = 0.0;
}
-#endif \ No newline at end of file
+#endif
+