Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Commit

Permalink
making DeferredDisposeWorker protected (#979)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicafalk authored Jun 12, 2019
1 parent f029e1e commit 5be717f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ private void OnDisconnected(string reason)
StartCoroutine(DeferredDisposeWorker());
}

private IEnumerator DeferredDisposeWorker()
protected IEnumerator DeferredDisposeWorker()
{
// Remove the world from the loop early, to avoid errors during the delay frame
RemoveFromPlayerLoop();
Expand Down

0 comments on commit 5be717f

Please sign in to comment.