Skip to content

Commit

Permalink
Clear loading creations when updating a query
Browse files Browse the repository at this point in the history
  • Loading branch information
andybak committed Feb 24, 2025
1 parent 3eab7cd commit 97bbc46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Assets/Scripts/menu/PolyMenuMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1145,6 +1145,8 @@ private void _SetModelParam(Action<ApiQueryParameters> modifyQuery)
var q = creationsManager.GetQueryParams(type);
modifyQuery(q);
creationsManager.SetQueryParams(type, q);
// TODO - can we avoid losing work we've already done here?
creationsManager.ClearLoad(type);
PopulateZandriaMenu(type);
}

Expand Down

0 comments on commit 97bbc46

Please sign in to comment.