Remove forgotten comment

This commit is contained in:
Emma Broman
2023-04-06 13:31:27 +02:00
parent 554373eb3e
commit 1a4c9bcbfc
-1
View File
@@ -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();
}