Skip to content

Commit

Permalink
fix status line
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Mar 23, 2024
1 parent 8bc6bc8 commit 36a9d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viewer3D.jl
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ function Viewer3D(show_kite=true, autolabel="Autopilot"; precompile=false)
end
on(s.btn_PLAY.clicks) do c
running[] = ! running[]
if running[]
if ! running[]
pause(s)
else
set_status(s, last_status)
Expand Down

0 comments on commit 36a9d43

Please sign in to comment.