do the comment xen wanted (#603)

This commit is contained in:
Nick 2023-06-12 20:45:41 -04:00 committed by GitHub
commit e9cc190950
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -247,6 +247,7 @@ namespace NewHorizons.Builder.Body
Delay.FireOnNextUpdate(() =>
{
// Cull stuff
// this in in the delay because it fixes #562
var cullController = go.AddComponent<BrambleSectorController>();
cullController.SetSector(sector);