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

@ -39,6 +39,7 @@ public class Toggle extends Element {
this.r_dirty = true;
this.func.use(this, this.value);
this.formatText();
this.playSound();
}
}