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;