Skip to content

Commit f28a3a3

Browse files
committed
removed m_IsPopupShown
1 parent f69b88c commit f28a3a3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Assets/BossRoom/Scripts/Client/UI/PopupPanel.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ public PopupPanelData(string titleText, string mainText)
2828
TextMeshProUGUI m_MainText;
2929

3030
Stack<PopupPanelData> m_PopupStack = new Stack<PopupPanelData>();
31-
bool m_IsPopupShown;
3231

3332
static PopupPanel s_Instance;
3433

@@ -61,7 +60,6 @@ void ResetState()
6160
m_TitleText.text = string.Empty;
6261
m_MainText.text = string.Empty;
6362
gameObject.SetActive(false);
64-
m_IsPopupShown = false;
6563
}
6664

6765
/// <summary>

0 commit comments

Comments
 (0)