瀏覽代碼

Resolve map marker not showing up

SheepGoMeh 10 月之前
父節點
當前提交
7220bf80bb
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      HuntBuddy/Location.cs

+ 1 - 0
HuntBuddy/Location.cs

@@ -600,6 +600,7 @@ public static class Location {
 
 		(int X, int Y) pos = MapToWorldCoordinates(Database[mobHuntId].Coordinate, mapId);
 
+		map->FlagMarkerCount = 0; // Weird hack to make the map marker show up
 		map->SetFlagMapMarker(territoryType, mapId, pos.X, pos.Y, 60004);
 
 		switch (openType) {