Skip to content

Commit

Permalink
typescript fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Jul 24, 2024
1 parent aad8f63 commit 6f641bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viser/client/src/Splatting/GaussianSplats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { GaussianSplatsContext } from "./SplatContext";
import { ViewerContext } from "../App";
import { SorterWorkerIncoming } from "./SplatSortWorker";

function postToWorker(worker: SplatSortWorker, message: SorterWorkerIncoming) {
function postToWorker(worker: Worker, message: SorterWorkerIncoming) {
worker.postMessage(message);
}

Expand Down

0 comments on commit 6f641bb

Please sign in to comment.