Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

rfresh2
Copy link
Contributor

@rfresh2 rfresh2 commented Jun 3, 2023

Describe the pull
Fixes various gui issues where components are not correctly positioned for a few frames on init.

Moves important position updates off the tick event and onto the render event, massively increasing responsiveness.
More should be done to move gui stuff off ticks. Basically nothing that affects render updates should happen on tick events. I've also added a RealWorldTickEvent to help with responsiveness while timer is enabled.

@Avanatiker
Copy link
Member

Thanks a lot for this PR too 🐱

@Avanatiker Avanatiker merged commit 88bf61d into lambda-client:master Jun 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants