Texture handle shim

This commit is contained in:
goaaats 2025-04-14 21:20:39 +02:00
parent 6858c646a2
commit dc83879c89
25 changed files with 68 additions and 63 deletions

View file

@ -456,7 +456,7 @@ internal class ImGuiWidget : IDataWindowWidget
public DisposeLoggingTextureWrap(IDalamudTextureWrap inner) => this.inner = inner;
public ImTextureID ImGuiHandle => this.inner.ImGuiHandle;
public ImTextureID Handle => this.inner.Handle;
public int Width => this.inner.Width;