mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 04:55:13 +00:00
Correcting an ampersand.
Little things like this make a difference.
This commit is contained in:
parent
ab76546f7a
commit
92773adb37
1 changed files with 1 additions and 1 deletions
|
@ -1767,7 +1767,7 @@ void FurnaceGUI::drawMacroEdit(FurnaceGUIMacroDesc& i, int totalFit, float avail
|
|||
\
|
||||
/* if ADSR/LFO, populate min/max */ \
|
||||
if (i.macro->open&6) { \
|
||||
if ((i.macro->val[0]==0) & (i.macro->val[1]==0)) { \
|
||||
if ((i.macro->val[0]==0) && (i.macro->val[1]==0)) { \
|
||||
i.macro->val[0]=i.min; \
|
||||
i.macro->val[1]=i.max; \
|
||||
} \
|
||||
|
|
Loading…
Reference in a new issue