Update #50 - Bug fixes and shader improvements

This commit is contained in:
lax1dude
2025-02-22 16:52:35 -08:00
parent b0a2739fe1
commit 7e772e2502
133 changed files with 3064 additions and 2299 deletions

View File

@ -140,7 +140,7 @@ function initializeClientPlatfSP(spImports) {
workerObj.postMessage({
"ch": channel,
"dat": copiedArray.buffer
});
}, [copiedArray.buffer]);
}
};
@ -153,7 +153,7 @@ function initializeClientPlatfSP(spImports) {
workerObj.postMessage({
"ch": channel,
"dat": arr
});
}, [arr]);
}
};