This commit is contained in:
Sen 2025-03-18 13:07:23 +01:00
parent 47b9ecbb94
commit b3fff0134f
6 changed files with 10 additions and 3 deletions

View file

@ -97,6 +97,7 @@ public class Slider extends Element {
if(this.value != prev) {
this.func.use(this, this.value);
this.formatText();
this.playSound();
}
}
else {
@ -106,6 +107,7 @@ public class Slider extends Element {
if(this.value != prev) {
this.func.use(this, this.value);
this.formatText();
this.playSound();
}
}
}