Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't turn off VSync when rendering from Minecraft context #36

Merged
merged 1 commit into from
Nov 9, 2023

Conversation

embeddedt
Copy link
Member

The early loading screen currently disables VSync by force whenever the DisplayWindow#render method is called; since Minecraft only enables it once during startup, this causes the VSync option to not work in game until it's toggled off and on again.

There doesn't seem to be a good reason to disable this again after already disabling it in setupMinecraftWindow, so the call can just be removed.

@marchermans marchermans merged commit a952595 into neoforged:main Nov 9, 2023
1 check passed
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