mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
Typo? fudgeFactor usage missing from one of the CreateMapLink methods.
This commit is contained in:
parent
13b64d531f
commit
350b9e26ad
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ namespace Dalamud.Game.Text.SeStringHandling
|
||||||
var map = mapSheet.GetRows().FirstOrDefault(row => row.PlaceName.Row == place.RowId);
|
var map = mapSheet.GetRows().FirstOrDefault(row => row.PlaceName.Row == place.RowId);
|
||||||
if (map != null)
|
if (map != null)
|
||||||
{
|
{
|
||||||
return CreateMapLink(map.TerritoryType.Row, (uint)map.RowId, xCoord, yCoord);
|
return CreateMapLink(map.TerritoryType.Row, (uint)map.RowId, xCoord, yCoord, fudgeFactor);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue