mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Fix slider layout
This commit is contained in:
parent
4803b3bd9f
commit
90ef92c79b
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ AudioDevice.setReverbOptions(audioOptions);
|
|||
AudioDevice.setReverb(true);
|
||||
print("Reverb is ON.");
|
||||
|
||||
var panel = new Panel(10, 150);
|
||||
var panel = new Panel(10, 160);
|
||||
|
||||
var parameters = [
|
||||
{ name: "bandwidth", min: 1000, max: 12000, units: " Hz" },
|
||||
|
|
Loading…
Reference in a new issue