Procházet zdrojové kódy

Update SSAARenderPass.js (#22798)

Fix file references
墨抒颖 před 3 roky
rodič
revize
8bf2f2186e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      examples/jsm/postprocessing/SSAARenderPass.js

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

@@ -7,7 +7,7 @@ import {
 	UniformsUtils,
 	WebGLRenderTarget
 } from '../../../build/three.module.js';
-import { Pass, FullScreenQuad } from '../postprocessing/Pass.js';
+import { Pass, FullScreenQuad } from './Pass.js';
 import { CopyShader } from '../shaders/CopyShader.js';
 
 /**