From 5686566cf9ef8bab800fc88154f64918f184a1a7 Mon Sep 17 00:00:00 2001 From: Jose Diaz Date: Fri, 26 Apr 2024 21:45:02 +0200 Subject: [PATCH] Increase maximum attack to 55ms --- src/ValentineParameters.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ValentineParameters.h b/src/ValentineParameters.h index 41fbc43e..345d498b 100644 --- a/src/ValentineParameters.h +++ b/src/ValentineParameters.h @@ -188,7 +188,7 @@ static constexpr std::array FFCompParameterMax = { 10.0f, 1.0f, kRatioParameterMax, - 50.0f, + 55.0f, 1100.0f, 21.0f, 100.0f,