Keep congruency with the previous block. --- x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x.c b/x.c
index 0d9f48f..01fd62a 100644
--- a/x.c
+++ b/x.c
@@ -1915,8 +1915,8 @@ run(void)
}
deltatime = TIMEDIFF(now, last);
if (deltatime > 1000 / (xev ? xfps : actionfps)) {
- dodraw = 1;
last = now;
+ dodraw = 1;
}
if (!dodraw)
--
2.25.2
