Fix Linux build warnings

This commit is contained in:
notmatthewbeshay
2026-03-14 04:37:55 +11:00
parent 44ade1f2b2
commit 0249bfd2bf
47 changed files with 183 additions and 60 deletions

View File

@@ -955,6 +955,8 @@ bool IUIScene_CreativeMenu::IsSectionSlotList( ESceneSection eSection )
case eSectionInventoryCreativeUsing:
case eSectionInventoryCreativeSelector:
return true;
default:
break;
}
return false;
}
@@ -966,6 +968,8 @@ bool IUIScene_CreativeMenu::CanHaveFocus( ESceneSection eSection )
case eSectionInventoryCreativeUsing:
case eSectionInventoryCreativeSelector:
return true;
default:
break;
}
return false;
}