mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
fix: SetMouseOverTarget()
This commit is contained in:
parent
71165b599b
commit
11073e6865
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ namespace Dalamud.Game.ClientState.Objects
|
|||
/// Sets the mouseover target.
|
||||
/// </summary>
|
||||
/// <param name="actor">Actor to target.</param>
|
||||
public void SetMouseOverTarget(GameObject? actor) => this.SetTarget(actor?.Address ?? IntPtr.Zero);
|
||||
public void SetMouseOverTarget(GameObject? actor) => this.SetMouseOverTarget(actor?.Address ?? IntPtr.Zero);
|
||||
|
||||
/// <summary>
|
||||
/// Sets the focus target.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue