Fix audio previews, closes #25979
This commit is contained in:
parent
d13ac2a413
commit
30a4723d9c
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ float AudioStreamPreview::get_min(float p_time, float p_time_next) const {
|
||||||
time_to = time_from + 1;
|
time_to = time_from + 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
uint8_t vmin = 0;
|
uint8_t vmin = 255;
|
||||||
|
|
||||||
for (int i = time_from; i < time_to; i++) {
|
for (int i = time_from; i < time_to; i++) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue