ImGuiNET / ImGui.NET

An ImGui wrapper for .NET.
MIT License
1.87k stars 304 forks source link

Fixed the issue were AddFontDefault stopped working #386

Closed zaafar closed 1 year ago

zaafar commented 1 year ago

this fixes https://github.com/mellinoe/ImGui.NET/issues/385 the bug was introduced in https://github.com/mellinoe/ImGui.NET/pull/383 PR.

mellinoe commented 1 year ago

Was the generator not re-run in the previous update?

zaafar commented 1 year ago

It was executed but it failed to update the proper files in generated folder since I forgot to put the path in quotes. :(

zaafar commented 1 year ago

I can add something to our release workflow so it gets blocked if something like this happen in the future.