mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-28 11:29:18 +01:00
Remove IDalamudTextureWrap.ImGuiHandle
This commit is contained in:
parent
72f5da2214
commit
54ec64e159
7 changed files with 10 additions and 40 deletions
|
|
@ -1,4 +1,4 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Numerics;
|
||||
|
|
@ -469,7 +469,7 @@ internal class TexWidget : IDataWindowWidget
|
|||
{
|
||||
_ = Service<DevTextureSaveMenu>.Get().ShowTextureSaveMenuAsync(
|
||||
this.DisplayName,
|
||||
$"{wrap.ImGuiHandle:X16}",
|
||||
$"{wrap.Handle.Handle:X16}",
|
||||
Task.FromResult(wrap.CreateWrapSharingLowLevelResource()));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue