Fix a bug
This commit is contained in:
@@ -34,7 +34,7 @@ public class IconMarketplaceManager : MonoBehaviour
|
|||||||
internal void SwitchPanel(int panelIndex)
|
internal void SwitchPanel(int panelIndex)
|
||||||
{
|
{
|
||||||
downloadPanelScript.iconPurchaseSound.Stop();
|
downloadPanelScript.iconPurchaseSound.Stop();
|
||||||
downloadPanelScript.anyChanges = true;
|
downloadPanelScript.anyChanges = false;
|
||||||
downloadPanelScript.optionsPanelSortByDropdown.value = 3;
|
downloadPanelScript.optionsPanelSortByDropdown.value = 3;
|
||||||
downloadPanelScript.optionsPanelPriceRangeToggle.isOn = false;
|
downloadPanelScript.optionsPanelPriceRangeToggle.isOn = false;
|
||||||
downloadPanelScript.optionsPanelSearchForToggle.isOn = false;
|
downloadPanelScript.optionsPanelSearchForToggle.isOn = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user