Skip to content

Commit

Permalink
chore(web): fix frustum instance
Browse files Browse the repository at this point in the history
  • Loading branch information
keiya01 committed Dec 20, 2023
1 parent 0c4c026 commit 1468728
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,4 +1,4 @@
import { Cartesian2, PerspectiveFrustum, type Camera } from "@cesium/engine";
import { Camera, Cartesian2, PerspectiveFrustum } from "cesium";
import invariant from "tiny-invariant";

const cartesianScratch = new Cartesian2();
Expand Down

0 comments on commit 1468728

Please sign in to comment.