-
- Downloads
py,st3m: Only redraw overlays when something changes
Let each overlay report whether it needs to redraw itself and what region of the screen it's interested in. In order to not introduce unneccessary allocations, a single mutable region object gets passed into each overlay.
Please register or sign in to comment