There is no need for a full dirt redraw.
This commit is contained in:
parent
6f4cfa5136
commit
a495fce128
1 changed files with 0 additions and 1 deletions
1
st.c
1
st.c
|
@ -3440,7 +3440,6 @@ void
|
||||||
redraw(int timeout) {
|
redraw(int timeout) {
|
||||||
struct timespec tv = {0, timeout * 1000};
|
struct timespec tv = {0, timeout * 1000};
|
||||||
|
|
||||||
tfulldirt();
|
|
||||||
draw();
|
draw();
|
||||||
|
|
||||||
if(timeout > 0) {
|
if(timeout > 0) {
|
||||||
|
|
Loading…
Reference in a new issue