Some fixes, improvements for asset drop target

This commit is contained in:
Simon Lübeß
2025-02-14 11:38:39 +01:00
parent 688ebad278
commit e5437c6ff6
3 changed files with 74 additions and 76 deletions
+1 -4
View File
@@ -419,10 +419,7 @@ class TextureViewer
RenderTexture(texture);
using (let vb = _targets.GetViewBinding(0))
{
ImGui.Image(vb, viewportSize);
}
ImGui.Image(_targets.GetViewBinding(0), viewportSize);
ImGui.EndChild();
}