Pass sus to drawFMEnv- but is this the right var?

This commit is contained in:
BlastBrothers 2022-04-11 12:15:11 -04:00
parent 72632b9b72
commit 0094e75bcf
2 changed files with 4 additions and 4 deletions

View file

@ -1016,7 +1016,7 @@ class FurnaceGUI {
void drawSSGEnv(unsigned char type, const ImVec2& size);
void drawWaveform(unsigned char type, bool opz, const ImVec2& size);
void drawAlgorithm(unsigned char alg, FurnaceGUIFMAlgs algType, const ImVec2& size);
void drawFMEnv(unsigned char tl, unsigned char ar, unsigned char dr, unsigned char d2r, unsigned char rr, unsigned char sl, float maxTl, float maxArDr, const ImVec2& size);
void drawFMEnv(unsigned char tl, unsigned char ar, unsigned char dr, unsigned char d2r, unsigned char rr, unsigned char sl, unsigned char sus, float maxTl, float maxArDr, const ImVec2& size);
void drawSysConf(int i);
// these ones offer ctrl-wheel fine value changes.