Tuxpaint was using all cpu, restoring a SDL_Delay() and setting to 1, Thanks Bill :)
This commit is contained in:
parent
fc9c7fa36a
commit
3540173338
1 changed files with 2 additions and 0 deletions
|
|
@ -5513,6 +5513,8 @@ static void mainloop(void)
|
|||
draw_blinking_cursor();
|
||||
}
|
||||
}
|
||||
|
||||
SDL_Delay(1);
|
||||
}
|
||||
while (!done);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue