Skip to content

Commit

Permalink
reintroduce variable lost in merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmas committed Dec 21, 2023
1 parent 318b7b9 commit dd89223
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/viewer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class Viewer {
satellites?: Satellites;
orbits?: Orbits;
earth?: Earth;
mouseMoved = false;
targetZoom = 5;

/** The maximum zoom level for the viewer. This controls how close the camera can get to the earth. */
Expand Down

0 comments on commit dd89223

Please sign in to comment.