diff --git a/graphics/spirograph.cpp b/graphics/spirograph.cpp index 1aaf73378..adaad6d7b 100644 --- a/graphics/spirograph.cpp +++ b/graphics/spirograph.cpp @@ -197,8 +197,9 @@ void test2() { else l -= step; } - } else // no min limit of k + } else { // no min limit of k k -= step; + } } }