Return another dict to decal pool (#7269)
This commit is contained in:
@@ -334,7 +334,10 @@ namespace Content.Server.Decals
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (newChunks.Count == 0)
|
if (newChunks.Count == 0)
|
||||||
|
{
|
||||||
|
_chunkIndexPool.Return(newChunks);
|
||||||
continue;
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
updatedChunks[gridId] = newChunks;
|
updatedChunks[gridId] = newChunks;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user