Skip to content

Commit

Permalink
Initalize RampedSample::currentValue
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Oct 20, 2021
1 parent 00dad56 commit afc940c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/effects/backends/builtin/autopaneffect.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class RampedSample {
inline RampedSample()
: ramped(false),
maxDifference(1.0f),
currentValue(0),
initialized(false) {
}

Expand Down

0 comments on commit afc940c

Please sign in to comment.