Skip to content

Commit

Permalink
Fix zustand-site demo (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
rndexe authored Aug 2, 2024
1 parent b36b4c5 commit 1cdb67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/zustand-site/src/materials/layerMaterial.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const LayerMaterial = shaderMaterial(
if (color.a < 0.1) discard;
gl_FragColor = vec4(color.rgb, .1);
#include <tonemapping_fragment>
#include <encodings_fragment>
#include <colorspace_fragment>
}`,
)

Expand Down

0 comments on commit 1cdb67c

Please sign in to comment.