Revert "core: remove redundant waits"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user