LiveSplitOne icon indicating copy to clipboard operation
LiveSplitOne copied to clipboard

Use „Changes Frequently“ to split layers

Open CryZe opened this issue 4 years ago • 1 comments

Currently we always split the timer onto its own layer. Since then we however introduced the same concept for the native renderer where accurate information about whether certain pieces of information change frequently is now part of the layout state. So we can apply the layer split for other components as well and only apply it to the timer when the timer actually changes.

CryZe avatar Jul 14 '21 07:07 CryZe

I'm having trouble getting it working with anything but the timer (I guess we got lucky with that one). While I'm able to separate them onto a separate layer, Chrome still insists on repainting the background and I can't seem to figure out how to get Chrome to stop doing that.

CryZe avatar Jul 24 '21 12:07 CryZe