Skip to content

Commit

Permalink
Fixed the problem that DispatcherController won't mark Dispatcher as …
Browse files Browse the repository at this point in the history
…inited.
  • Loading branch information
creeperlv committed Feb 18, 2022
1 parent eb776ab commit 206c8d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CLUNL.Unity3D/Sync/DispatcherController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public void Start()
Destroy(gameObject);
return;
}
Dispatcher.MarkInit();
DontDestroyOnLoad(gameObject);
}
public void Update()
Expand Down

0 comments on commit 206c8d4

Please sign in to comment.