Garrett Johnson 4 anni fa
parent
commit
0533e1785a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      examples/jsm/postprocessing/LUTPass.js

+ 1 - 1
examples/jsm/postprocessing/LUTPass.js

@@ -1,4 +1,4 @@
-import { ShaderPass } from '//unpkg.com/[email protected]/examples/jsm/postprocessing/ShaderPass.js';
+import { ShaderPass } from './ShaderPass.js';
 
 
 const LUTShader = {
 const LUTShader = {