Przeglądaj źródła

Merge pull request #65 from amyadzuki/patch-10

Fix: Blank line was required after including this
Daniel Salvadori 7 lat temu
rodzic
commit
746f3b363a
1 zmienionych plików z 1 dodań i 1 usunięć
  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;