Преглед на файлове

Fix: Newline was required after including this

amyadzuki преди 7 години
родител
ревизия
687ac3ef16
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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;                                                      \
             //vec4 currTexPre = texColor;                                                      \
             //currTexPre.rgb *= currTexPre.a;                                                  \
             //currTexPre.rgb *= currTexPre.a;                                                  \
             //texMixed = currTexPre + prevTexPre * (1 - currTexPre.a);                         \
             //texMixed = currTexPre + prevTexPre * (1 - currTexPre.a);                         \
-            //texMixed.rgb /= texMixed.a;                                                      \
+            //texMixed.rgb /= texMixed.a;