Update to catch title event

This commit is contained in:
Jeremy Soller
2017-03-08 15:00:53 -07:00
parent 8b14b587b9
commit fe65978ac4
+2 -1
View File
@@ -193,7 +193,8 @@ impl Screen for TextScreen {
for y in 0..display.height/16 {
changed.insert(y);
}
}
},
ransid::Event::Title { .. } => ()
}
});
}