Explorar o código

Update SSAARenderPass.js (#22798)

Fix file references
墨抒颖 %!s(int64=3) %!d(string=hai) anos
pai
achega
8bf2f2186e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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';
 
 /**