Skip to content

Commit 3b70b71

Browse files
Fix: Rename noise.glsl.js to noiseGLSL.glsl to avoid Rollup plugin conflicts
1 parent 6f66939 commit 3b70b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webgl/ShaderGenerator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import { parse } from 'acorn';
88
import { ancestor } from 'acorn-walk';
99
import escodegen from 'escodegen';
10-
import noiseGLSL from './shaders/functions/noise.glsl.js';
10+
import noiseGLSL from './shaders/functions/noiseGLSL.glsl';
1111

1212
function shadergenerator(p5, fn) {
1313

0 commit comments

Comments
 (0)