v1.0.0.2: Red direction arrow on minimap pointing to player flag

Made-with: Cursor
This commit is contained in:
2026-02-26 21:23:17 -05:00
parent 4b2c337695
commit 31ab36d645
6 changed files with 69 additions and 10 deletions
+2
View File
@@ -282,6 +282,8 @@ public unsafe partial class MapRenderer : IDisposable
DrawMinimapQuestDirectionArrow(contentTopLeft, drawPosition, scale, size, centerOffset, cached.OffsetX, cached.OffsetY, cached.ScaleFactor, currentMapId);
if (System.SystemConfig.MinimapShowFateDirectionArrows)
DrawMinimapFateDirectionArrows(contentTopLeft, drawPosition, scale, size, centerOffset, cached.OffsetX, cached.OffsetY, cached.ScaleFactor);
if (System.SystemConfig.MinimapShowFlagDirectionArrow)
DrawMinimapFlagDirectionArrow(contentTopLeft, drawPosition, scale, size, centerOffset, cached.OffsetX, cached.OffsetY, cached.ScaleFactor);
}
private void TrimMinimapCacheToLimit()