mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
uninitialized variable (quiet valgrind)
This commit is contained in:
parent
2dd33e5334
commit
26230cf493
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
|
||||
SimpleMovingAverage::SimpleMovingAverage(int numSamplesToAverage) :
|
||||
_numSamples(0),
|
||||
_lastEventTimestamp(0),
|
||||
_average(0.0f),
|
||||
_eventDeltaAverage(0.0f),
|
||||
WEIGHTING(1.0f / numSamplesToAverage),
|
||||
|
|
Loading…
Reference in a new issue