graphics: fix invalidated screen not restoring flag

This commit is contained in:
Edgaru089 2021-10-28 15:54:05 +08:00
parent 876ed1eba8
commit b361c6830b

View File

@ -223,6 +223,7 @@ void graphics_SwapBuffer() {
r.width, r.height); r.width, r.height);
} }
} }
__invalidated_screen = false;
stack_Clear(__invalidated); stack_Clear(__invalidated);
} }