Skip to content

Commit

Permalink
Fix issue missed in #248
Browse files Browse the repository at this point in the history
  • Loading branch information
nd-novorender committed Jan 3, 2025
1 parent 011f9a6 commit f7213e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/features/bookmarks/useCreateBookmark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ export function useCreateBookmark() {
terrain: {
asBackground: terrain.asBackground,
elevationGradient: terrain.elevationGradient,
canSelect: terrain.canSelect,
},
pointVisualization: {
defaultPointVisualization: points.defaultPointVisualization,
Expand Down

0 comments on commit f7213e0

Please sign in to comment.