소스 검색

Fixed template literal.

Mr.doob 6 년 전
부모
커밋
9de5bcc4a0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/renderers/shaders/ShaderChunk/bsdfs.glsl.js

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

@@ -1,4 +1,4 @@
-export default /* glsl */ `
+export default /* glsl */`
 
 // Analytical approximation of the DFG LUT, one half of the
 // split-sum approximation used in indirect specular lighting.