Remove ImPlot3D

This commit is contained in:
2026-05-18 23:58:49 -05:00
parent 221cfa5e9c
commit 2970fdc3c6
4 changed files with 22 additions and 25 deletions
+1 -1
View File
@@ -969,7 +969,7 @@ public unsafe static class ImGuiSDL3Platform
{
ViewPortData vd = ImGuiUserData<ViewPortData>.Get(viewport.PlatformUserData)!;
string? oldHint = SDL.GetHint(SDL.Hints.WindowActivateWhenShown);
string oldHint = SDL.GetHint(SDL.Hints.WindowActivateWhenShown)!;
SDL.SetHint(SDL.Hints.WindowActivateWhenShown, (viewport.Flags & ImGuiViewportFlags.NoFocusOnAppearing) != 0 ? "0" : "1");