mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 16:47:22 +01:00
fix outlined font
This commit is contained in:
parent
5c9415b6e9
commit
cdcfaa9369
1 changed files with 0 additions and 1 deletions
|
|
@ -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 });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue