ap_changes no longer set if there was no actual change

This commit is contained in:
Zeno Rogue
2025-03-08 16:41:48 +01:00
parent cb9ad9d0c8
commit b17b057890
2 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -1220,7 +1220,7 @@ EX void animate_parameter(parameter *par, string f) {
aps.emplace_back(animated_parameter{par, f});
}
int ap_changes;
EX int ap_changes;
void apply_animated_parameters() {
ap_changes = 0;