Skip to content

Commit

Permalink
Simplify TimeoutCoroutine code
Browse files Browse the repository at this point in the history
  • Loading branch information
Inspiaaa committed Sep 10, 2024
1 parent 1e58f57 commit a8944d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/HCoroutines/src/Coroutines/TimeoutCoroutine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ protected override void OnResume()

protected override void OnChildStopped(CoroutineBase child)
{
base.OnChildStopped(child);
Kill();
}
}

0 comments on commit a8944d2

Please sign in to comment.