Skip to content

Commit

Permalink
Update scenes.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch authored Jul 28, 2023
1 parent b15bcfc commit 39407da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scenes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ function Base.empty!(scene::Scene)
empty!(scene.children)
empty!(scene.plots)
empty!(scene.theme)
merge!(scene.theme, CURRENT_DEFAULT_THEME)
merge_without_obs!(scene.theme, CURRENT_DEFAULT_THEME)
disconnect!(scene.camera)
scene.camera_controls = EmptyCamera()

Expand Down

0 comments on commit 39407da

Please sign in to comment.