Fix api14 build
Remove references to UI struct members not present in the api14 distrib used by CI.
This commit is contained in:
+1
-13
@@ -477,7 +477,7 @@ public sealed unsafe class Plugin : IDalamudPlugin
|
||||
// List item events can provide a renderer directly.
|
||||
if (eventData != null &&
|
||||
eventType is AtkEventType.ListItemRollOver or AtkEventType.ListItemRollOut or AtkEventType.ListItemClick or
|
||||
AtkEventType.ListItemDoubleClick or AtkEventType.ListItemHighlight or AtkEventType.ListItemSelect)
|
||||
AtkEventType.ListItemDoubleClick or AtkEventType.ListItemSelect)
|
||||
{
|
||||
try
|
||||
{
|
||||
@@ -536,18 +536,6 @@ public sealed unsafe class Plugin : IDalamudPlugin
|
||||
if (ddi2 != null)
|
||||
return ddi2;
|
||||
|
||||
// If a drag is in progress, prefer the dragging renderer.
|
||||
try
|
||||
{
|
||||
var dragging = list->DraggingListItemRenderer;
|
||||
if (dragging != null)
|
||||
return &dragging->AtkDragDropInterface;
|
||||
}
|
||||
catch
|
||||
{
|
||||
// ignore
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user