Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
imgui_freetype: fix nullptr to ImTextureID cast
On macOS, we get an error saying: error: cast from pointer to smaller type 'int' loses information atlas->TexID = (ImTextureID)nullptr;
- Loading branch information