Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
Signed-off-by: Perminder <[email protected]>
  • Loading branch information
perminder-17 committed Jun 5, 2024
1 parent 6b7ef22 commit d646a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avogadro/rendering/solidpipeline.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class SolidPipeline
void setAoStrength(float strength) { m_aoStrength = strength; }

/**
* @brief Get or set shadow strength for Ambient Occlusion.
* @brief Get or set fog strength.
*/
float getFogStrength() { return m_fogStrength; }
void setFogStrength(float strength) { m_fogStrength = strength; }
Expand Down

0 comments on commit d646a24

Please sign in to comment.