mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-28 18:20:14 +01:00
[escher] WIP: Temporarily comment Ion::Display::waitForVBlank()
This commit is contained in:
@@ -13,7 +13,7 @@ void Window::redraw(bool force) {
|
||||
if (force) {
|
||||
markRectAsDirty(bounds());
|
||||
}
|
||||
Ion::Display::waitForVBlank();
|
||||
//Ion::Display::waitForVBlank();
|
||||
View::redraw(bounds());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user