There is no need for a full dirt redraw.

This commit is contained in:
Christoph Lohmann 2014-04-05 20:34:57 +02:00
parent 6f4cfa5136
commit a495fce128
1 changed files with 0 additions and 1 deletions

1
st.c
View File

@ -3440,7 +3440,6 @@ void
redraw(int timeout) {
struct timespec tv = {0, timeout * 1000};
tfulldirt();
draw();
if(timeout > 0) {