Explorar o código

revert wrong file

Emmett Lalish %!s(int64=5) %!d(string=hai) anos
pai
achega
3face68c6f

+ 1 - 1
src/renderers/shaders/ShaderChunk/alphamap_fragment.glsl.js

@@ -1,7 +1,7 @@
 export default /* glsl */`
 #ifdef USE_ALPHAMAP
 
-  diffuseColor.a *= texture2D( alphaMap, vUv ).g;
+	diffuseColor.a *= texture2D( alphaMap, vUv ).g;
 
 #endif
 `;