mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-03 20:24:13 -04:00
Added missing initialisation
This commit is contained in:
parent
19ebf14e8c
commit
3c14d38286
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ private:
|
|||
int32_t sample { 0 }, delta { };
|
||||
int8_t re { 0 }, im { 0 };
|
||||
|
||||
size_t progress_interval_samples, progress_samples = 0;
|
||||
size_t progress_interval_samples = 0 , progress_samples = 0;
|
||||
|
||||
bool configured { false };
|
||||
uint32_t bytes_read { 0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue