Browse Source

Fixed template literal.

Mr.doob 6 năm trước cách đây
mục cha
commit
9de5bcc4a0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.