Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
FelonEkonom committed Jan 23, 2024
1 parent ff72c7b commit 0380d86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/membrane/core/timer_controller.ex
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ defmodule Membrane.Core.TimerController do
state
)

# linijki ponizej są kluczowe

# in case the timer was removed in handle_tick
if is_timer_present(timer_id, state) do
update_in(state, [:synchronization, :timers, timer_id], &Timer.tick/1)
Expand Down

0 comments on commit 0380d86

Please sign in to comment.