fix outlined font

This commit is contained in:
rootdarkarchon
2023-10-27 10:33:08 +02:00
parent 5c9415b6e9
commit cdcfaa9369

View File

@@ -244,7 +244,6 @@ public partial class UiSharedService : DisposableMediatorSubscriberBase
using (ImRaii.PushColor(ImGuiCol.Text, outlineColor))
{
ImGui.PushStyleColor(ImGuiCol.Text, outlineColor);
ImGui.SetCursorPos(original with { Y = original.Y - thickness });
ImGui.TextUnformatted(text);
ImGui.SetCursorPos(original with { X = original.X - thickness });