-
-
Notifications
You must be signed in to change notification settings - Fork 10.5k
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
Clearing fonts input data and tex data now triggers IsBuilt() assertion #4455
Labels
Comments
I believe ClearInputData() shouldn't clear TexReady... |
Linking to #3487 we should add tests for those two cases. |
OK, good to know it's still supported. In the meantime, I can just manually set TexReady to true. |
ocornut
added a commit
that referenced
this issue
Aug 24, 2021
Pushed a fix for this 4a7c21d |
AnClark
pushed a commit
to AnClark/imgui-vst-mod
that referenced
this issue
Aug 30, 2021
AnClark
pushed a commit
to AnClark/imgui-vst-mod
that referenced
this issue
Aug 30, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version/Branch of Dear ImGui:
Version: 1.84.1
Branch: master
Back-end/Renderer/Compiler/OS
Back-ends: custom
Compiler: g++
Operating System: Ubuntu 20.04
Issue
Not a big deal to be honest.
While updating my code to the current version, I've just discovered that the two lines of code I used to reduce font memory can't be used anymore, because they trigger an assertion.
The solution is just to hard-code the IMGUIBINDINGS_DONT_CLEAR_INPUT_DATA_SOON definition, unless it's just an
assertion problem.
Is that memory saving feature still supported?
The text was updated successfully, but these errors were encountered: