chore: remove [Experimental] from SeStringRenderer (#2144)

It hasn't caused problem for a while (though performance probably can be
better), and looks good enough to remove this attribute.
This commit is contained in:
srkizer 2024-12-18 00:31:44 +09:00 committed by GitHub
parent 722ee32353
commit 70af62885b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 0 additions and 10 deletions

View file

@ -60,9 +60,7 @@ internal unsafe partial class TextNodeTree : ResNodeTree
EdgeStrength = 1f,
};
#pragma warning disable SeStringRenderer
ImGuiHelpers.SeStringWrapped(this.NodeText.AsSpan(), style);
#pragma warning restore SeStringRenderer
}
catch
{