Tuxpaint was using all cpu, restoring a SDL_Delay() and setting to 1, Thanks Bill :)

This commit is contained in:
Pere Pujal i Carabantes 2011-05-18 21:37:42 +00:00
parent fc9c7fa36a
commit 3540173338

View file

@ -5513,6 +5513,8 @@ static void mainloop(void)
draw_blinking_cursor();
}
}
SDL_Delay(1);
}
while (!done);
}