mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-18 14:19:30 -07:00
Oops, fixing the URLs for the shaders
This commit is contained in:
@@ -35,7 +35,7 @@ export default (regl, config, inputs) => {
|
||||
stripeColors.slice(0, numStripeColors * 3).map((f) => Math.floor(f * 0xff))
|
||||
);
|
||||
|
||||
const stripePassFrag = loadText("../shaders/stripePass.frag");
|
||||
const stripePassFrag = loadText("shaders/stripePass.frag");
|
||||
|
||||
const render = regl({
|
||||
frag: regl.prop("frag"),
|
||||
|
||||
Reference in New Issue
Block a user