mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 20:33:40 +01:00
Merge remote-tracking branch 'origin/master' into api14-rollup
This commit is contained in:
commit
180676fe47
9 changed files with 65 additions and 16 deletions
|
|
@ -305,7 +305,8 @@ internal class GameInventory : IInternalDisposableService
|
|||
private GameInventoryItem[] CreateItemsArray(int length)
|
||||
{
|
||||
var items = new GameInventoryItem[length];
|
||||
items.Initialize();
|
||||
foreach (ref var item in items.AsSpan())
|
||||
item = new();
|
||||
return items;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue