mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-27 06:53:01 +00:00
Uninitialized value
This commit is contained in:
parent
b800118e8d
commit
41c1b3b786
1 changed files with 1 additions and 0 deletions
|
@ -424,6 +424,7 @@ void DivPlatformK007232::reset() {
|
|||
k007232.reset();
|
||||
lastLoop=0;
|
||||
lastVolume=0;
|
||||
delay=0;
|
||||
for (int i=0; i<2; i++) {
|
||||
chan[i]=DivPlatformK007232::Channel();
|
||||
chan[i].std.setEngine(parent);
|
||||
|
|
Loading…
Reference in a new issue