Refactor native Stream serialization to new API

This commit is contained in:
Wojciech Figat
2022-10-20 17:28:12 +02:00
parent e5866a3ff4
commit 32e052a87b
34 changed files with 371 additions and 370 deletions

View File

@@ -93,7 +93,7 @@ bool SceneCSGData::TryGetSurfaceData(const Guid& brushId, int32 brushSurfaceInde
{
Guid id;
int32 pos;
stream.Read(&id);
stream.Read(id);
stream.ReadInt32(&pos);
DataBrushLocations.Add(id, pos);
}