Procházet zdrojové kódy

Fixed template literal.

Mr.doob před 6 roky
rodič
revize
9de5bcc4a0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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.