-
Notifications
You must be signed in to change notification settings - Fork 315
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
Incorrect fontGlyph struct in imgui.net #301
Comments
Hi ... I just ran into this issue as well. To properly fix this issue we'll have to modify the code generator. But right now I don't have time to look into that so here's a very quick hack. Just replace ImFontGlyph.gen.cs with this... it replaces the 3 packed variables with a single uint masked & shifted.
|
I believe it would be fixed by this: #245 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I posted the following issue on the dear imgui repo: ocornut/imgui#5020
As ocornut points out...
I'm not really sure to fix this in imgui.net so I'm not sure how to create a pull request.
The text was updated successfully, but these errors were encountered: