mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Update Fate for FateContext bugfix
This commit is contained in:
parent
658c3fa169
commit
0417274216
2 changed files with 2 additions and 2 deletions
|
|
@ -126,7 +126,7 @@ namespace Dalamud.Game.ClientState.Fates
|
|||
/// <summary>
|
||||
/// Gets the position of this <see cref="Fate"/>.
|
||||
/// </summary>
|
||||
public Vector3 Position => new(this.Struct->X, this.Struct->Y, this.Struct->Z);
|
||||
public Vector3 Position => this.Struct->Location;
|
||||
|
||||
/// <summary>
|
||||
/// Gets the territory this <see cref="Fate"/> is located in.
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 9cebb534af20a6fc03ac9b38aceab453539dcb40
|
||||
Subproject commit 1eb51692ebda17b1d15e74b1064881d0518e4e32
|
||||
Loading…
Add table
Add a link
Reference in a new issue