diff options
Diffstat (limited to 'imgui')
| -rw-r--r-- | imgui/imgui_spectrum.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/imgui/imgui_spectrum.cpp b/imgui/imgui_spectrum.cpp index fabca64..47cca36 100644 --- a/imgui/imgui_spectrum.cpp +++ b/imgui/imgui_spectrum.cpp @@ -37,8 +37,7 @@ namespace ImGui { IM_ASSERT(font != nullptr); io.FontDefault = font; - io.Fonts->Build(); - + // Uncomment if you want these glyphs. Fonts can be found in fonts/ folder. // io.Fonts->AddFontFromMemoryCompressedTTF( // GmarketSans_compressed_data, @@ -50,8 +49,7 @@ namespace ImGui { // NotoSansJP_compressed_size, // size, &config, io.Fonts->GetGlyphRangesJapanese()); - - + io.Fonts->Build(); } void StyleColorsSpectrum() { |
