match with others

This commit is contained in:
Noah Pilarski 2025-04-19 00:21:07 -04:00
parent 550f992398
commit 54d27bedeb

View File

@ -14,6 +14,8 @@ namespace NewHorizons.Builder.Volumes
volume.stoppingDistance = info.stoppingDistance;
volume.maxEntryAngle = info.maxEntryAngle;
volume.gameObject.SetActive(true);
return volume;
}
}