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

Fix compile error on SDL3 backend #7702

Closed
wants to merge 1 commit into from

Conversation

bcsanches
Copy link

This pull request fix compilation error on imgui_impl_sdl3.cpp:
imgui_impl_sdl3.cpp(1056,21): error C2440: '=': cannot convert from 'void *' to 'SDL_GLContext'

This was tested with Microsoft Visual Studio Community 2022 (64-bit) - Current Version 17.10.1

This fix the issue described on: #7701

Thanks

@ocornut
Copy link
Owner

ocornut commented Jun 18, 2024

Merged as 64a82d7, thank you!

@ocornut ocornut closed this Jun 18, 2024
@bcsanches
Copy link
Author

No, thank you for such amazing tool!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants