fixed paths.

This commit is contained in:
2025-12-29 20:29:45 +01:00
parent 8099cd9950
commit 9ef76e1dba
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ body{
</style>
<script type="module">
import { ParticleSimulation } from "/demos/WebGpuFrameworkWasm/rayTracingWebGpuWasm.js";
import { ParticleSimulation } from "./rayTracingWebGpuWasm.js";
var particleSimulation = new ParticleSimulation();