[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:
aers 2024-06-03 12:49:44 -07:00 committed by GitHub
parent 8d5f2bdf51
commit 479049b78d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 24 additions and 27 deletions

View file

@ -30,7 +30,7 @@ internal unsafe class AtkArrayDataBrowserWidget : IDataWindowWidget
{
var fontWidth = ImGui.CalcTextSize("A").X;
var fontHeight = ImGui.GetTextLineHeightWithSpacing();
var uiModule = FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.Instance()->GetUiModule();
var uiModule = FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.Instance()->GetUIModule();
if (uiModule == null)
{