WeatherUi 수정
This commit is contained in:
parent
054d3fea61
commit
15bf5ce8c6
@ -23,6 +23,11 @@ namespace BlueWaterProject
|
|||||||
|
|
||||||
private IEnumerator TimeCoroutine()
|
private IEnumerator TimeCoroutine()
|
||||||
{
|
{
|
||||||
|
while (!CozyManager.Inst)
|
||||||
|
{
|
||||||
|
yield return new WaitForSeconds(updateTime);
|
||||||
|
}
|
||||||
|
|
||||||
while (true)
|
while (true)
|
||||||
{
|
{
|
||||||
Date.text = CozyWeather.instance.timeModule.currentDay + " Days";
|
Date.text = CozyWeather.instance.timeModule.currentDay + " Days";
|
||||||
|
Loading…
Reference in New Issue
Block a user