Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Cleanup
  • Loading branch information
falkTX committed Aug 29, 2022
1 parent 7815359 commit 5bf03b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opengl/Quantum.cpp
Expand Up @@ -29,7 +29,7 @@ static inline constexpr
float normalizedLevelMeterValue(const float db)
{
return (
db < -70.f ? 0.f :
db < -70.f ? 0.f :
db < -60.f ? (db + 70.f) * 0.25f :
db < -50.f ? (db + 60.f) * 0.50f + 2.5f :
db < -40.f ? (db + 50.f) * 0.75f + 7.5f :
Expand Down

0 comments on commit 5bf03b6

Please sign in to comment.