docs: update README and guides for multi-expansion direction

This commit is contained in:
Kelsi 2026-02-14 18:05:37 -08:00
parent 139a2f39fe
commit bdedab7c1b
7 changed files with 171 additions and 71 deletions

View file

@ -178,8 +178,7 @@ float SkySystem::getWhiteLadyPhase() const {
}
float SkySystem::getBlueChildPhase() const {
// TODO: Second moon support
return 0.25f; // Placeholder phase
return celestial_ ? celestial_->getBlueChildPhase() : 0.25f;
}
} // namespace rendering