fixed progress bar starting at non zero value after 1st use
This commit is contained in:
parent
1f4855712a
commit
a3658418a2
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ public class ProgressPanelController : MonoBehaviour {
|
||||||
public void Hide()
|
public void Hide()
|
||||||
{
|
{
|
||||||
mainPanel.SetActive(false);
|
mainPanel.SetActive(false);
|
||||||
|
Progress = 0.0f;
|
||||||
}
|
}
|
||||||
|
|
||||||
public float Progress
|
public float Progress
|
||||||
|
|
Reference in a new issue