GUI: notify wave change when using wave editor

This commit is contained in:
tildearrow 2022-10-10 03:00:07 -05:00
parent 8c551afd83
commit 4dec0e52a5
1 changed files with 2 additions and 0 deletions

View File

@ -153,6 +153,8 @@ void FurnaceGUI::doGenerateWave() {
if (finalResult[i]>1.0f) finalResult[i]=1.0f;
wave->data[i]=round(finalResult[i]*wave->max);
}
e->notifyWaveChange(curWave);
}
#define CENTER_TEXT(text) \