Fix worker harded code hash
This commit is contained in:
+1
-1
@@ -19,6 +19,6 @@
|
||||
</head>
|
||||
<body>
|
||||
<canvas id="game"></canvas>
|
||||
<script src="main.ts" type="module"></script>
|
||||
<script src="main.js" type="module"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -18,7 +18,7 @@ import { AssetManager } from "../../assets.ts";
|
||||
|
||||
let gdimension: Dimension;
|
||||
|
||||
const worker = new Worker(new URL("./systems/rendering/chunk_mesh_worker-AYRYRGPW.js", import.meta.url), {
|
||||
const worker = new Worker(new URL("./systems/rendering/chunk_mesh_worker.js", import.meta.url), {
|
||||
type: "module",
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user