From 7d954686034a60d7697d2dc54f64d38c48bd8a0c Mon Sep 17 00:00:00 2001 From: cojoedmo Date: Fri, 8 Aug 2025 03:04:58 -0400 Subject: [PATCH] Friday, 08 August 2025 03:00:40 --- Gameplay/Manager.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gameplay/Manager.cs b/Gameplay/Manager.cs index f4fd600..4805f2c 100644 --- a/Gameplay/Manager.cs +++ b/Gameplay/Manager.cs @@ -282,7 +282,7 @@ public partial class Manager : Node RemoveChild(BALLSSPRITE); } - // _ballReturn._returnCount = _balls.Where(b => b._potted).ToList().Count; + _ballReturn._returnCount = _balls.Where(b => b._potted).ToList().Count; // _ready = _ballReturn._returnCount > 0; } @@ -321,7 +321,7 @@ public partial class Manager : Node CallDeferred(MethodName.AddChild, ballSprite); } - // _ballReturn._returnCount = _balls.Where(b => b._potted).ToList().Count; + _ballReturn._returnCount = _balls.Where(b => b._potted).ToList().Count; // _ready = _ballReturn._returnCount > 0;