Silly bug due to forgetting to change a line of code.

This commit is contained in:
Nathan Vegdahl 2018-01-01 03:20:10 -08:00
parent 2591aef6d4
commit cfcc9ab273

View File

@ -85,7 +85,7 @@ impl Screen {
}
// Make sure everything is written out
self.out.borrow_mut().flush().unwrap();
out.flush().unwrap();
}
pub(crate) fn draw(&self, x: usize, y: usize, text: &str, style: Style) {