Skip to content

Commit

Permalink
Docfix
Browse files Browse the repository at this point in the history
  • Loading branch information
gzotti committed Oct 25, 2024
1 parent ca4e818 commit e4536f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/modules/LandscapeMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ bool LandscapeMgr::setCurrentLandscapeID(const QString& id, const double changeL
// This prevents subhorizon sun or grid becoming briefly visible.
if (landscape)
{
// Copy display parameters from previous landscape to new one. TODO: Sort out possible static ones!
// Copy display parameters from previous landscape to new one.
newLandscape->setFlagShow(landscape->getFlagShow());
newLandscape->setFlagShowFog(landscape->getFlagShowFog());

Expand Down

0 comments on commit e4536f2

Please sign in to comment.