Pascal Thomet
10 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
misc/freetype/imgui_freetype.cpp
|
@ -437,7 +437,7 @@ bool ImFontAtlasBuildWithFreeTypeEx(FT_Library ft_library, ImFontAtlas* atlas, u |
|
|
ImFontAtlasBuildInit(atlas); |
|
|
ImFontAtlasBuildInit(atlas); |
|
|
|
|
|
|
|
|
// Clear atlas
|
|
|
// Clear atlas
|
|
|
atlas->TexID = (ImTextureID)nullptr; |
|
|
atlas->TexID = 0; |
|
|
atlas->TexWidth = atlas->TexHeight = 0; |
|
|
atlas->TexWidth = atlas->TexHeight = 0; |
|
|
atlas->TexUvScale = ImVec2(0.0f, 0.0f); |
|
|
atlas->TexUvScale = ImVec2(0.0f, 0.0f); |
|
|
atlas->TexUvWhitePixel = ImVec2(0.0f, 0.0f); |
|
|
atlas->TexUvWhitePixel = ImVec2(0.0f, 0.0f); |
|
|