Silly bug due to forgetting to change a line of code.
This commit is contained in:
parent
2591aef6d4
commit
cfcc9ab273
|
@ -85,7 +85,7 @@ impl Screen {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Make sure everything is written out
|
// 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) {
|
pub(crate) fn draw(&self, x: usize, y: usize, text: &str, style: Style) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user