Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Commit

Permalink
bugfix missing ls for walls
Browse files Browse the repository at this point in the history
  • Loading branch information
Datseris committed Feb 27, 2022
1 parent 23e3247 commit bd53cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/billiards/defs_plotting.jl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ end

function bdplot!(ax, w::DynamicalBilliards.Wall; kwargs...)
lines!(ax, Float32[w.sp[1],w.ep[1]], Float32[w.sp[2],w.ep[2]];
color = obcolor(w), linewidth = oblw(w), kwargs...)
color = obcolor(w), linewidth = oblw(w), linestyle = obls(w), kwargs...)
return
end

Expand Down

0 comments on commit bd53cca

Please # to comment.