mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-22 07:47:45 +01:00
[apiX] dalamud fixes for CS updates (#1821)
* update CS & fix compilation issues * update CS to latest commit * update CS & change battlechara * more CS updates and compilation fixes * one last cs update
This commit is contained in:
parent
8d5f2bdf51
commit
479049b78d
14 changed files with 24 additions and 27 deletions
|
|
@ -459,11 +459,11 @@ internal sealed unsafe class DtrBar : IInternalDisposableService, IDtrBar
|
|||
switch (atkEventType)
|
||||
{
|
||||
case AddonEventType.MouseOver:
|
||||
AtkStage.GetSingleton()->TooltipManager.ShowTooltip(addon->Id, node, dtrBarEntry.Tooltip.Encode());
|
||||
AtkStage.Instance()->TooltipManager.ShowTooltip(addon->Id, node, dtrBarEntry.Tooltip.Encode());
|
||||
break;
|
||||
|
||||
case AddonEventType.MouseOut:
|
||||
AtkStage.GetSingleton()->TooltipManager.HideTooltip(addon->Id);
|
||||
AtkStage.Instance()->TooltipManager.HideTooltip(addon->Id);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue