fixed progress bar starting at non zero value after 1st use

This commit is contained in:
Steven 2017-10-05 13:00:09 -05:00
parent 1f4855712a
commit a3658418a2

View file

@ -33,6 +33,7 @@ public class ProgressPanelController : MonoBehaviour {
public void Hide()
{
mainPanel.SetActive(false);
Progress = 0.0f;
}
public float Progress