mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-17 08:57:09 +00:00
Fixed array property display on UI (they still can't be resized)
This commit is contained in:
@@ -213,7 +213,7 @@ void CScriptCooker::WriteProperty(IOutputStream& rOut, IPropertyNew* pProperty,
|
||||
for (u32 ElementIdx = 0; ElementIdx < pArray->ArrayCount(pData); ElementIdx++)
|
||||
{
|
||||
mpArrayItemData = pArray->ItemPointer(pData, ElementIdx);
|
||||
WriteProperty(rOut, pArray->ArchetypeProperty(), true);
|
||||
WriteProperty(rOut, pArray->ItemArchetype(), true);
|
||||
}
|
||||
|
||||
mpArrayItemData = pOldItemData;
|
||||
|
||||
Reference in New Issue
Block a user