Adapt to AcediaCore's Text changes
This commit is contained in:
parent
0274c0c31f
commit
57f11ad644
1 changed files with 2 additions and 2 deletions
|
|
@ -94,8 +94,8 @@ protected function AssociativeArray ToData()
|
|||
|
||||
protected function FromData(AssociativeArray source)
|
||||
{
|
||||
local int i;
|
||||
local Text nextText;
|
||||
local int i;
|
||||
local Text nextText;
|
||||
local DynamicArray includeFeatureAsSource;
|
||||
if (source == none) {
|
||||
return;
|
||||
|
|
|
|||
Reference in a new issue