Fix launcher always telling the windowing backend to redraw entire window, not just the actually (usually quite small) changed region

This commit is contained in:
UnknownShadow200 2022-09-23 16:46:16 +10:00
parent 239b800788
commit 6f3d40da20

View File

@ -242,7 +242,6 @@ static CC_NOINLINE void RedrawDirty(void) {
}
DrawWidget(w);
}
MarkAllDirty();
}
static CC_NOINLINE void DoRedraw(void) {