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

@ -64,7 +64,7 @@ internal sealed class DevTextureSaveMenu : IInternalDisposableService
var initiatorScreenOffset = ImGui.GetMousePos();
using var textureWrap = await texture;
var textureManager = await Service<TextureManager>.GetAsync();
var popupName = $"{nameof(this.ShowTextureSaveMenuAsync)}_{textureWrap.ImGuiHandle:X}";
var popupName = $"{nameof(this.ShowTextureSaveMenuAsync)}_{textureWrap.Handle.Handle:X}";
BitmapCodecInfo? encoder;
{