Add worker to public directory

This commit is contained in:
Kurt Hutten
2020-11-14 20:10:46 +11:00
parent 955f4c9e83
commit 439d5580f3
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@
// Begins loading the CAD Kernel Web Worker
if (window.Worker) {
cascadeStudioWorker = new Worker('/src/cascade/js/CADWorker/CascadeStudioMainWorker.js');
cascadeStudioWorker = new Worker('/CascadeStudioMainWorker.js');
// Ping Pong Messages Back and Forth based on their registration in messageHandlers
// var messageHandlers = {};
cascadeStudioWorker.onmessage = function (e) {