v1.0.0.16: Draw minimap under other UI (HSUI); Draw Under Other UI config

Made-with: Cursor
This commit is contained in:
2026-03-01 12:03:14 -05:00
parent e160af2ab5
commit 340030f826
5 changed files with 10 additions and 2 deletions
+3
View File
@@ -46,6 +46,9 @@ public class MinimapWindow : Window
protected override unsafe void DrawContents()
{
if (System.SystemConfig.MinimapDrawUnderOtherUI)
ImGuiP.BringWindowToDisplayBack(ImGuiP.GetCurrentWindow());
var agent = AgentMap.Instance();
// Try loading from Lumina first so minimap can show without ever opening the area map
if (!System.MapRenderer.HasMinimapCacheFor(agent->CurrentMapId) && agent->SelectedMapId != agent->CurrentMapId)