Fix compilation issue

This commit is contained in:
Ylva Selling
2023-06-12 09:41:13 -04:00
parent 52e316b03d
commit 81a54927d0

View File

@@ -79,7 +79,7 @@ public:
private:
glm::dmat4 computeModelTransformMatrix(const openspace::TransformData& data);
void updateAtmosphereParameters();
void dimmingCoefficient(const glm::dmat4& modelTransform);
void setDimmingCoefficient(const glm::dmat4& modelTransform);
properties::FloatProperty _atmosphereHeight;
properties::FloatProperty _groundAverageReflectance;