aboutsummaryrefslogtreecommitdiffstats
path: root/src/state/threads.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/state/threads.rs')
-rw-r--r--src/state/threads.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state/threads.rs b/src/state/threads.rs
index 78dc795..6ffd7e7 100644
--- a/src/state/threads.rs
+++ b/src/state/threads.rs
@@ -85,8 +85,8 @@ impl<'d, 'q> Threads {
}
if !self.threads.is_empty() {
self.i = self.i.rem_euclid(self.threads.len());
- draw(&self, out);
}
+ draw(&self, out);
State::Threads(self)
}
}