Ver código fonte

Fix: Newline was required after including this

amyadzuki 7 anos atrás
pai
commit
687ac3ef16
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      renderer/shaders/include/material.glsl

+ 1 - 1
renderer/shaders/include/material.glsl

@@ -47,4 +47,4 @@ uniform vec3 Material[6];
             //vec4 currTexPre = texColor;                                                      \
             //currTexPre.rgb *= currTexPre.a;                                                  \
             //texMixed = currTexPre + prevTexPre * (1 - currTexPre.a);                         \
-            //texMixed.rgb /= texMixed.a;                                                      \
+            //texMixed.rgb /= texMixed.a;