mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 04:13:40 +01:00
Rename to CreateWrapSharingLowLevelResource
This commit is contained in:
parent
f6be80a5fb
commit
9629a555be
2 changed files with 16 additions and 8 deletions
|
|
@ -122,7 +122,7 @@ internal class TexWidget : IDataWindowWidget
|
|||
|
||||
ImGui.SameLine();
|
||||
if (ImGui.Button($"Clone##{i}"))
|
||||
this.addedTextures.Add(tex.Clone());
|
||||
this.addedTextures.Add(tex.CreateWrapSharingLowLevelResource());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue