Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Oct 4, 2024
1 parent af62725 commit 93c827b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/DynamicGridsMakieExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ function _add_control_widgets!(
println(stdout, "resetting time...")
DG.setrunning!(o, false)
sleep(0.1)
DG.setstoppedframe!(output, val)
DG.setstoppedframe!(o, val)
DG.resume!(o; tstop=last(DG.tspan(o)))
end
end
Expand Down

0 comments on commit 93c827b

Please sign in to comment.