graphics: fix invalidated screen not restoring flag
This commit is contained in:
@ -223,6 +223,7 @@ void graphics_SwapBuffer() {
|
|||||||
r.width, r.height);
|
r.width, r.height);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
__invalidated_screen = false;
|
||||||
stack_Clear(__invalidated);
|
stack_Clear(__invalidated);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user