mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-25 22:21:49 +01:00
Texture handle shim
This commit is contained in:
parent
6858c646a2
commit
dc83879c89
25 changed files with 68 additions and 63 deletions
|
|
@ -94,7 +94,7 @@ internal sealed class DevTextureSaveMenu : IInternalDisposableService
|
|||
size *= previewImageWidth / size.X;
|
||||
if (size.Y > previewImageWidth)
|
||||
size *= previewImageWidth / size.Y;
|
||||
ImGui.Image(textureWrap.ImGuiHandle, size);
|
||||
ImGui.Image(textureWrap.Handle, size);
|
||||
|
||||
if (tcs.Task.IsCompleted)
|
||||
ImGui.CloseCurrentPopup();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue