Apply review changes

Applied review changes and one additional skip of an unused variable
This commit is contained in:
W2.Wizard
2021-02-21 17:03:58 +01:00
parent 3c603d7f09
commit 8b3fc9842d
4 changed files with 17 additions and 13 deletions

View File

@@ -623,7 +623,7 @@ namespace FlaxEditor.Surface
for (int j = 0; j < boxesCount; j++)
{
var id = stream.ReadByte();
uint type = stream.ReadUInt32();
stream.ReadUInt32(); // Skip type
ushort connectionsCnt = stream.ReadUInt16();
ConnectionHint hint;