|
|
@ -156,6 +156,7 @@ namespace Fungus |
|
|
|
if (cachedSlider != null) |
|
|
|
if (cachedSlider != null) |
|
|
|
{ |
|
|
|
{ |
|
|
|
cachedSlider.gameObject.SetActive(true); |
|
|
|
cachedSlider.gameObject.SetActive(true); |
|
|
|
|
|
|
|
gameObject.SetActive(true); |
|
|
|
StopAllCoroutines(); |
|
|
|
StopAllCoroutines(); |
|
|
|
StartCoroutine(WaitForTimeout(duration, targetBlock)); |
|
|
|
StartCoroutine(WaitForTimeout(duration, targetBlock)); |
|
|
|
} |
|
|
|
} |
|
|
|