UESaveFile: fix a bug that shouldn't have been there in the first place.
This commit is contained in:
parent
b6398f3373
commit
55eb367eb2
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ void UESaveFile::loadData() {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
arrayAppend(_customFormatData, entry);
|
_customFormatData[i] = std::move(entry);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!reader.readUEString(_saveType)) {
|
if(!reader.readUEString(_saveType)) {
|
||||||
|
|
Loading…
Reference in a new issue