Skip to content

Commit

Permalink
revert wrong file
Browse files Browse the repository at this point in the history
  • Loading branch information
elalish committed Feb 7, 2020
1 parent 3b9c2ec commit 3face68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default /* glsl */`
#ifdef USE_ALPHAMAP
diffuseColor.a *= texture2D( alphaMap, vUv ).g;
diffuseColor.a *= texture2D( alphaMap, vUv ).g;
#endif
`;

0 comments on commit 3face68

Please sign in to comment.