Skip to content

Commit

Permalink
Fix typos (#1450)
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 authored Dec 20, 2024
1 parent 60ea4e5 commit 462073b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion types/three/examples/jsm/postprocessing/OutlinePass.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ export class OutlinePass extends Pass {
updateTextureMatrix(): void;
getPrepareMaskMaterial(): ShaderMaterial;
getEdgeDetectionMaterial(): ShaderMaterial;
getSeperableBlurMaterial(): ShaderMaterial;
getSeparableBlurMaterial(): ShaderMaterial;
getOverlayMaterial(): ShaderMaterial;
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ export class UnrealBloomPass extends Pass {
fsQuad: FullScreenQuad;

dispose(): void;
getSeperableBlurMaterial(): ShaderMaterial;
getSeparableBlurMaterial(): ShaderMaterial;
getCompositeMaterial(): ShaderMaterial;
}

0 comments on commit 462073b

Please sign in to comment.