|
@@ -43,7 +43,7 @@ namespace GFGGame
|
|
|
|
|
|
bool isPhotoOpen = FunctionOpenDataManager.Instance.CheckIsFunOpenById(typeof(PoemPhotoView).Name, false);
|
|
bool isPhotoOpen = FunctionOpenDataManager.Instance.CheckIsFunOpenById(typeof(PoemPhotoView).Name, false);
|
|
bool isgalleryOpen = FunctionOpenDataManager.Instance.CheckIsFunOpenById(typeof(PoemGalleryView).Name, false);
|
|
bool isgalleryOpen = FunctionOpenDataManager.Instance.CheckIsFunOpenById(typeof(PoemGalleryView).Name, false);
|
|
- //_ui.m_TimeTracing.target.visible = ActivityDataManager.Instance.GetCurOpenActiveByType(21) == 0 ? false : true;
|
|
|
|
|
|
+ _ui.m_TimeTracing.target.visible = ActivityDataManager.Instance.GetCurOpenActiveByType(21) == 0 ? false : true;
|
|
_ui.m_TimeTracing.target.visible = false;
|
|
_ui.m_TimeTracing.target.visible = false;
|
|
if (_ui.m_TimeTracing.target.visible == true)
|
|
if (_ui.m_TimeTracing.target.visible == true)
|
|
{
|
|
{
|