mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Fix release build
This commit is contained in:
parent
1278476a3d
commit
7d6ca177b4
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ void Editor::resized()
|
||||||
|
|
||||||
layout.setLayout ({f});
|
layout.setLayout ({f});
|
||||||
#else
|
#else
|
||||||
layout.setLayout ({"layout.json"});
|
layout.setLayout (juce::StringArray ("layout.json"));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
handleAsyncUpdate();
|
handleAsyncUpdate();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue