Return another dict to decal pool (#7269)

This commit is contained in:
metalgearsloth
2022-03-25 18:44:39 +11:00
committed by GitHub
parent 1b0e7ae0f5
commit 67c42ecacd

View File

@@ -334,7 +334,10 @@ namespace Content.Server.Decals
}
if (newChunks.Count == 0)
{
_chunkIndexPool.Return(newChunks);
continue;
}
updatedChunks[gridId] = newChunks;
}