mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
- fixed: The canvastexture serializer did not call EndArray to close the containing object.
This commit is contained in:
parent
4964f94de1
commit
657140f985
1 changed files with 2 additions and 0 deletions
|
@ -1064,6 +1064,7 @@ void FCanvasTextureInfo::Serialize(FSerializer &arc)
|
|||
}
|
||||
}
|
||||
}
|
||||
arc.EndArray();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1082,6 +1083,7 @@ void FCanvasTextureInfo::Serialize(FSerializer &arc)
|
|||
.EndObject();
|
||||
Add(viewpoint, picnum, fov);
|
||||
}
|
||||
arc.EndArray();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue