Skip to content

Commit

Permalink
Icon experimental badges need to update all the time
Browse files Browse the repository at this point in the history
  • Loading branch information
andybak committed Dec 19, 2024
1 parent 38a2c88 commit f6bbc94
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Assets/Scripts/GUI/BrushTypeButton.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,7 @@ public void SetButtonProperties(BrushDescriptor rBrush)
VisualizerManager.m_Instance.VisualsRequested);
// Play standard click sound if brush doesn't have a custom button sound
m_ButtonHasPressedAudio = (rBrush.m_ButtonAudio == null);
if (Config.IsExperimental)
{
m_ExperimentalIcon.SetActive(App.Instance.IsBrushExperimental(rBrush));
}
m_ExperimentalIcon.SetActive(App.Instance.IsBrushExperimental(rBrush));
}

override protected void OnDescriptionActivated()
Expand Down

0 comments on commit f6bbc94

Please sign in to comment.