[escher] WIP: Temporarily comment Ion::Display::waitForVBlank()

This commit is contained in:
Ruben Dashyan
2019-01-10 16:56:52 +01:00
parent e283f6eb7a
commit d0516136e9

View File

@@ -13,7 +13,7 @@ void Window::redraw(bool force) {
if (force) {
markRectAsDirty(bounds());
}
Ion::Display::waitForVBlank();
//Ion::Display::waitForVBlank();
View::redraw(bounds());
}