mirror of
https://github.com/tildearrow/furnace.git
synced 2025-01-03 06:01:29 +00:00
Fix GCC errors
This commit is contained in:
parent
d3cd7bbb81
commit
f8425b817f
1 changed files with 1 additions and 1 deletions
|
@ -55,9 +55,9 @@ class DivPlatformPCMDAC: public DivDispatch {
|
|||
sample(-1),
|
||||
wave(-1),
|
||||
ins(-1),
|
||||
note(0),
|
||||
panL(255),
|
||||
panR(255),
|
||||
note(0),
|
||||
active(false),
|
||||
insChanged(true),
|
||||
freqChanged(false),
|
||||
|
|
Loading…
Reference in a new issue