mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-15 10:35:11 -04:00
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:
parent
239b800788
commit
6f3d40da20
@ -242,7 +242,6 @@ static CC_NOINLINE void RedrawDirty(void) {
|
|||||||
}
|
}
|
||||||
DrawWidget(w);
|
DrawWidget(w);
|
||||||
}
|
}
|
||||||
MarkAllDirty();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static CC_NOINLINE void DoRedraw(void) {
|
static CC_NOINLINE void DoRedraw(void) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user