瀏覽代碼

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;                                                      \
             //currTexPre.rgb *= currTexPre.a;                                                  \
             //texMixed = currTexPre + prevTexPre * (1 - currTexPre.a);                         \
-            //texMixed.rgb /= texMixed.a;                                                      \
+            //texMixed.rgb /= texMixed.a;