Browse Source

Update SSAARenderPass.js (#22798)

Fix file references
墨抒颖 3 years ago
parent
commit
8bf2f2186e
1 changed files with 1 additions and 1 deletions
  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';
 
 /**