mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-18 14:19:30 -07:00
Changed the gpu-buffer imports to use a relative path.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { structs } from "/lib/gpu-buffer.js";
|
||||
import { structs } from "../../lib/gpu-buffer.js";
|
||||
import { loadShader, makeUniformBuffer, makeComputeTarget, makeBindGroup, makePass } from "./utils.js";
|
||||
|
||||
// Matrix Resurrections isn't in theaters yet,
|
||||
|
||||
Reference in New Issue
Block a user