mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 12:23:39 +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
|
|
@ -317,8 +317,8 @@ internal sealed unsafe class ContextMenu : IInternalDisposableService, IContextM
|
|||
this.SelectedMenuType = ContextMenuType.Default;
|
||||
|
||||
var menu = AgentContext.Instance()->CurrentContextMenu;
|
||||
var handlers = new Span<Pointer<AtkEventInterface>>(menu->EventHandlerArray, 32);
|
||||
var ids = new Span<byte>(menu->EventIdArray, 32);
|
||||
var handlers = menu->EventHandlers;
|
||||
var ids = menu->EventIds;
|
||||
var count = (int)values[0].UInt;
|
||||
handlers = handlers.Slice(7, count);
|
||||
ids = ids.Slice(7, count);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue