Return another dict to decal pool (#7269)
This commit is contained in:
parent
1b0e7ae0f5
commit
67c42ecacd
1 changed files with 3 additions and 0 deletions
|
|
@ -334,7 +334,10 @@ namespace Content.Server.Decals
|
|||
}
|
||||
|
||||
if (newChunks.Count == 0)
|
||||
{
|
||||
_chunkIndexPool.Return(newChunks);
|
||||
continue;
|
||||
}
|
||||
|
||||
updatedChunks[gridId] = newChunks;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue