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
Scrolling will cause the FPS to drop a lot. It will probably cause a full repaint even though the DOM doesn't change at all. As @mems01 mentioned, this was not the case before, and must be some kind of bug that was introduced at some point and went unnoticed until now.
At least it cannot be caused by MouseScrollEvent as it is not a WebSocketEvent.
Steps to reproduce
Any GUI
Have FPS meter enabled
Scroll up and down
FPS drops
Client Log
-
Screenshots
No response
The text was updated successfully, but these errors were encountered:
LiquidBounce Branch
Nextgen
LiquidBounce Build/Version
0.26.1
Operating System
Windows 11
Minecraft Version
1.21.4
Describe the bug
Scrolling will cause the FPS to drop a lot. It will probably cause a full repaint even though the DOM doesn't change at all. As @mems01 mentioned, this was not the case before, and must be some kind of bug that was introduced at some point and went unnoticed until now.
At least it cannot be caused by
MouseScrollEvent
as it is not aWebSocketEvent
.Steps to reproduce
Client Log
Screenshots
No response
The text was updated successfully, but these errors were encountered: