mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 06:13:40 +01:00
fix: soft-target self test
This commit is contained in:
parent
51bca32640
commit
4719e8d612
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ namespace Dalamud.Interface.Internal.Windows.SelfTest.AgingSteps
|
||||||
case 3:
|
case 3:
|
||||||
ImGui.Text("Soft-Target an EventObj...");
|
ImGui.Text("Soft-Target an EventObj...");
|
||||||
|
|
||||||
var sTarget = targetManager.FocusTarget;
|
var sTarget = targetManager.SoftTarget;
|
||||||
if (sTarget is EventObj)
|
if (sTarget is EventObj)
|
||||||
{
|
{
|
||||||
return SelfTestStepResult.Pass;
|
return SelfTestStepResult.Pass;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue