Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
andybak committed Sep 25, 2024
1 parent f0b4547 commit 08bb3d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assets/Scripts/Poly/IcosaAssetCatalog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -825,6 +825,7 @@ void LoadModelsInQueueAsync()
{
Model model = m_LoadQueue[i].Model;
model.LoadModel();
// TODO Back to async loading
m_LoadQueue.RemoveAt(i);
m_IsLoadingMemo = null;
m_NotifyListeners = true;
Expand Down

0 comments on commit 08bb3d4

Please sign in to comment.