Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonXuDeveloper committed Nov 25, 2020
1 parent 9a5ea6b commit 8347d35
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -643,8 +643,6 @@ private IEnumerator LoadGameScene()
scene.completed += (AssetRequest request) =>
{
FindObjectOfType<Init>().Load();
ClassBindMgr.Instantiate();
FindObjectOfType<Init>().OnHotFixLoaded();
};
while (!scene.isDone)
{
Expand Down

0 comments on commit 8347d35

Please sign in to comment.