Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/tuxpaint.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tuxpaint.c')
-rw-r--r--src/tuxpaint.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tuxpaint.c b/src/tuxpaint.c
index c4b3d1a..6e127bc 100644
--- a/src/tuxpaint.c
+++ b/src/tuxpaint.c
@@ -5513,6 +5513,8 @@ static void mainloop(void)
draw_blinking_cursor();
}
}
+
+ SDL_Delay(1);
}
while (!done);
}