Browse Source

fix three path

Garrett Johnson 4 years ago
parent
commit
0533e1785a
1 changed files with 1 additions and 1 deletions
  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 = {