Skip to content

Commit

Permalink
fix: post-processing path typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnsgn committed Jun 6, 2022
1 parent 80153ee commit 7f02812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export * as chunks from "./shaders/chunks/index.js";
export * as pipeline from "./shaders/pipeline/index.js";
export * as postProcessing from "shaders/post-rocessing/index.js";
export * as postProcessing from "./shaders/post-processing/index.js";
export * as reflectionProbe from "./shaders/reflection-probe/index.js";
export * as skybox from "./shaders/skybox/index.js";

0 comments on commit 7f02812

Please sign in to comment.