mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 12:23:39 +01:00
Make ImU8String not IDisposable
This commit is contained in:
parent
5fee90085c
commit
afe58dae76
15 changed files with 267 additions and 267 deletions
|
|
@ -203,8 +203,8 @@ public static partial class ImGuiHelpers
|
|||
ImGui.SetClipboardText(textCopy.IsNull ? text.Span : textCopy.Span);
|
||||
}
|
||||
|
||||
text.Dispose();
|
||||
textCopy.Dispose();
|
||||
text.Recycle();
|
||||
textCopy.Recycle();
|
||||
}
|
||||
|
||||
/// <summary>Draws a SeString.</summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue