mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-25 22:21:49 +01:00
Remove IDalamudTextureWrap.ImGuiHandle
This commit is contained in:
parent
72f5da2214
commit
54ec64e159
7 changed files with 10 additions and 40 deletions
|
|
@ -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;
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue