Skip to content

Commit

Permalink
extra (trivial): remove wrong shading = true in ext
Browse files Browse the repository at this point in the history
  • Loading branch information
pablosanjose committed Jan 22, 2024
1 parent 65921a1 commit 7a70bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/QuanticaMakieExt/plotbands.jl
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ function plotmeshes!(plot, mp::MeshPrimitives{<:Any,3})
if !ishidden((:wireframe, :simplices), plot)
color´ = darken.(mp.colors, plot[:nodedarken][])
poly!(plot, mp.verts, simps; color = mp.colors, inspectable = false, transparency,
strokewidth = plot[:size][], shading = true)
strokewidth = plot[:size][])
else
mesh!(plot, mp.verts, simps; color = mp.colors, inspectable = false, transparency)
end
Expand Down

0 comments on commit 7a70bef

Please sign in to comment.