mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
build last
This commit is contained in:
parent
39cfce0f90
commit
4ed239de1e
@ -76,8 +76,6 @@ namespace NewHorizons.Handlers
|
||||
DisplayBodiesOnTitleScreen();
|
||||
}
|
||||
|
||||
randomBuilder.Build();
|
||||
|
||||
// if it can share build extras
|
||||
if (randomBuilder.CanShare)
|
||||
{
|
||||
@ -87,6 +85,9 @@ namespace NewHorizons.Handlers
|
||||
builder.Build();
|
||||
}
|
||||
}
|
||||
|
||||
// Build main one last so it overrides the extras
|
||||
randomBuilder.Build();
|
||||
}
|
||||
// default to displaying nh planets if no title screen builders
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user