sounds
This commit is contained in:
parent
47b9ecbb94
commit
b3fff0134f
6 changed files with 10 additions and 3 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue