mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-23 15:50:20 +00:00
docs: update README and guides for multi-expansion direction
This commit is contained in:
parent
139a2f39fe
commit
bdedab7c1b
7 changed files with 171 additions and 71 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue