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

Typo: major version is set twice, while minor version is not set #19

Open
Steffo99 opened this issue Jun 21, 2024 · 1 comment
Open

Comments

@Steffo99
Copy link

Here, specifically:

sdl.set_gl_context_major_version(3).unwrap();
sdl.set_gl_context_major_version(3).unwrap();

@Lokathor
Copy link
Member

This is definitely a bug. I'd merge a PR to fix it, or will try to find the time myself if you can't.

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

No branches or pull requests

2 participants