Skip to content

Commit 171536e

Browse files
committed
fix(UIManager): remove comment
1 parent ed0875a commit 171536e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Scripts/UI/Services/UIManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ private void OnPause() {
123123

124124
SetMenusVisibility(false, true, false);
125125

126-
if (!GameManager.Instance.isGameRunning) // TODO: refactor (abstract)
126+
if (!GameManager.Instance.isGameRunning)
127127
SetMenuVisibility(_initMenu, true);
128128
}
129129

0 commit comments

Comments
 (0)