mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fix: use correct SetFocusTarget
This commit is contained in:
parent
648cbdefc8
commit
0ba2a573d9
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ namespace Dalamud.Game.ClientState.Objects
|
|||
/// Sets the focus target.
|
||||
/// </summary>
|
||||
/// <param name="actor">Actor to target.</param>
|
||||
public void SetFocusTarget(GameObject? actor) => this.SetTarget(actor?.Address ?? IntPtr.Zero);
|
||||
public void SetFocusTarget(GameObject? actor) => this.SetFocusTarget(actor?.Address ?? IntPtr.Zero);
|
||||
|
||||
/// <summary>
|
||||
/// Sets the previous target.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue