Remove IDalamudTextureWrap.ImGuiHandle

This commit is contained in:
Haselnussbomber 2025-07-17 01:36:45 +02:00
parent 72f5da2214
commit 54ec64e159
No known key found for this signature in database
GPG key ID: BB905BB49E7295D1
7 changed files with 10 additions and 40 deletions

View file

@ -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()));
}