core: remove redundant waits

This commit is contained in:
2026-01-07 16:07:36 +02:00
parent 14931ef42d
commit 64c91b344a
3 changed files with 11 additions and 11 deletions

View File

@@ -117,7 +117,7 @@ function ChunkBuilder:BuildChunk(c: typeof(Chunk.new(0,0,0)),parent: Instance?)
if existing then
task.defer(function()
task.synchronize()
RunService.RenderStepped:Wait()
-- RunService.RenderStepped:Wait()
if existing.Parent then
existing:Destroy()
end