Fixed another crash.
This commit is contained in:
@@ -87,8 +87,7 @@ namespace Game.Collision
|
|||||||
for (uint i = 0; i < spawnIndicesSize; ++i)
|
for (uint i = 0; i < spawnIndicesSize; ++i)
|
||||||
{
|
{
|
||||||
uint spawnId = reader.ReadUInt32();
|
uint spawnId = reader.ReadUInt32();
|
||||||
uint spawnIndex = reader.ReadUInt32();
|
iSpawnIndices[spawnId] = i;
|
||||||
iSpawnIndices[spawnId] = spawnIndex;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user