Stabilize investor visual smoke build

This commit is contained in:
2026-05-19 22:28:35 -07:00
parent d2b8185333
commit 4e17cede2d
19 changed files with 149 additions and 135 deletions
@@ -15,7 +15,7 @@ AAgrarianMapBoundaryVolume::AAgrarianMapBoundaryVolume()
RootComponent = BoundaryVolume;
BoundaryVolume->SetBoxExtent(FVector(50000.0f, 50000.0f, 25000.0f));
BoundaryVolume->SetCollisionEnabled(ECollisionEnabled::NoCollision);
BoundaryVolume->SetHiddenInGame(false);
BoundaryVolume->SetHiddenInGame(true);
BoundaryVolume->ShapeColor = FColor::Yellow;
}