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