From 7233ba88c0cd55eeddc4453c612a7cce0a7d2da9 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 7 Oct 2015 21:25:16 +0200 Subject: qfc: try harder to fill all memoized buckets --- qfunctionconfigurator/functionconfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qfunctionconfigurator/functionconfig.cpp b/qfunctionconfigurator/functionconfig.cpp index f776acf3..f2e81b17 100644 --- a/qfunctionconfigurator/functionconfig.cpp +++ b/qfunctionconfigurator/functionconfig.cpp @@ -109,7 +109,7 @@ void Map::reload() { const float p0_y = p0.y(), p1_y = p1.y(), p2_y = p2.y(), p3_y = p3.y(); // multiplier helps fill in all the x's needed - const int mult_ = mult * 20; + const int mult_ = mult * 30; const int end = std::min(sz, p2.x() * mult_); const int start = p1.x() * mult; -- cgit v1.2.3