mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-28 14:59:31 -05:00
Remove forgotten comment
This commit is contained in:
@@ -308,7 +308,6 @@ float Renderable::opacity() const {
|
||||
const float dimming = _dimInAtmosphere ?
|
||||
global::navigationHandler->camera()->atmosphereDimmingFactor() :
|
||||
1.f;
|
||||
// @TODO (2023-03-20, emmbr) Should the dimming set the fade value instead?
|
||||
return dimming * Fadeable::opacity();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user