pkdawson / imgui-godot

Dear ImGui plugin for Godot 4
MIT License
423 stars 24 forks source link

ImGui.NET 1.89.3 breaks fonts #28

Closed pkdawson closed 1 year ago

pkdawson commented 1 year ago

The io.Fonts.Fonts data structure is not being correctly updated after adding a font. This is an upstream issue with the ImGui.NET NuGet package, just don't use 1.89.3.

pkdawson commented 1 year ago

Bug has been fixed upstream, 1.89.4 is safe to use.