Use „Changes Frequently“ to split layers #576
Labels
enhancement
A new feature or general improvement to LiveSplit One.
high priority
This is a high priority issue.
layout rendering
This affects the rendering of LiveSplit layouts.
performance
Performance is suboptimal and should be improved.
suitable for contributions
An issue that is suitable to tackle for someone new to the repository.
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.
The text was updated successfully, but these errors were encountered: