changeset 73:d2a89e88f958

When in rubberband mode, do not delay screen updates.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Jul 2018 13:28:31 +0300
parents 5e7553e9aee0
children 60892c9b4933
files multipaint.pde
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/multipaint.pde	Thu Jul 05 12:45:03 2018 +0300
+++ b/multipaint.pde	Thu Jul 05 13:28:31 2018 +0300
@@ -406,7 +406,7 @@
     }
 
     // If there should be no update, do not update.
-    if (!g_dirty)
+    if (!g_dirty && !g_rubbermode)
         return;
     g_dirty = false;