fix: SetMouseOverTarget()

This commit is contained in:
goat 2021-09-28 03:55:24 +02:00
parent 71165b599b
commit 11073e6865
No known key found for this signature in database
GPG key ID: F18F057873895461

View file

@ -86,7 +86,7 @@ namespace Dalamud.Game.ClientState.Objects
/// Sets the mouseover target. /// Sets the mouseover target.
/// </summary> /// </summary>
/// <param name="actor">Actor to target.</param> /// <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> /// <summary>
/// Sets the focus target. /// Sets the focus target.