You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On scrolling, the UI should not have to be re-rendered. Instead, the previously rendered texture should be moved. The selection box should be rendered separately using the hitbox of the currently selected UI element.
The text was updated successfully, but these errors were encountered:
Text already uses cached textures, and the other elements being drawn on scroll are really fast to render (coloured squares for tiles). Scrolling a rendered texture probably isn't required.
On scrolling, the UI should not have to be re-rendered. Instead, the previously rendered texture should be moved. The selection box should be rendered separately using the hitbox of the currently selected UI element.
The text was updated successfully, but these errors were encountered: