We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90c955b commit 392f7e0Copy full SHA for 392f7e0
1 file changed
core/net_utilities.h
@@ -392,7 +392,7 @@ T StatisticalRingBuffer<T>::average_rounded() const {
392
// initialized. However, this is wrong just for the first run.
393
// I'm leaving it as is because solve it mean do more operations. All this
394
// just to get the right value for the first few frames.
395
- return Math::round(double(avg_sum) / double(data.size()));
+ return round(double(avg_sum) / double(data.size()));
396
#endif
397
}
398
0 commit comments