From d0d2adcbfea1173b73c89a6cbee01fbc62a8e5cf Mon Sep 17 00:00:00 2001 From: Kade M Date: Tue, 6 Jul 2021 20:50:23 -0700 Subject: [PATCH] smooth tune --- source/DiffCalc.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/DiffCalc.hx b/source/DiffCalc.hx index 4aa5c1b..5f2d240 100644 --- a/source/DiffCalc.hx +++ b/source/DiffCalc.hx @@ -220,7 +220,7 @@ class DiffCalc // trace(bigFuck + " - hand two [" + i + "]"); } - for (i in 0...3) + for (i in 0...4) { smoothBrain(hand_npsOne,0); smoothBrain(hand_npsTwo,0);