Merge branch 'master' of https://github.com/coelckers/gzdoom into texture_rework
This commit is contained in:
commit
58b3cb0971
4 changed files with 9 additions and 5 deletions
|
|
@ -43,7 +43,7 @@ void Dictionary::Serialize(FSerializer &arc)
|
|||
Dictionary *pointerToDeserializedDictionary;
|
||||
arc(key, pointerToDeserializedDictionary);
|
||||
Map.TransferFrom(pointerToDeserializedDictionary->Map);
|
||||
delete pointerToDeserializedDictionary;
|
||||
pointerToDeserializedDictionary->Destroy();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue