changeset 174:aa3d05b4dfa5

Fix flood fill. During v1.8.2018 reworks, a boolean check was accidentally reversed.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 23 Aug 2018 11:32:38 +0300
parents 9bbed9b6df8d
children 3ddf4d799fe6
files draw_outputs.pde
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/draw_outputs.pde	Thu Aug 23 11:10:25 2018 +0300
+++ b/draw_outputs.pde	Thu Aug 23 11:32:38 2018 +0300
@@ -1125,7 +1125,7 @@
     if (tt == 5)
     {
         //floodfill
-        if (g_klikkeri)
+        if (!g_klikkeri)
         {
             g_klikkeri = true;