- fixed: The canvastexture serializer did not call EndArray to close the containing object.

This commit is contained in:
Christoph Oelckers 2016-09-23 08:27:31 +02:00
parent 4964f94de1
commit 657140f985
1 changed files with 2 additions and 0 deletions

View File

@ -1064,6 +1064,7 @@ void FCanvasTextureInfo::Serialize(FSerializer &arc)
} }
} }
} }
arc.EndArray();
} }
} }
} }
@ -1082,6 +1083,7 @@ void FCanvasTextureInfo::Serialize(FSerializer &arc)
.EndObject(); .EndObject();
Add(viewpoint, picnum, fov); Add(viewpoint, picnum, fov);
} }
arc.EndArray();
} }
} }
} }