Skip to content

Commit

Permalink
Fix GUI build
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-zhao committed Jun 29, 2024
1 parent 8c73ffc commit 6aa2504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SidWiz/SidWizPlusGUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ private void RenderButton_Click(object sender, EventArgs e)
try
{
var renderer = CreateWaveformRenderer();
renderer.Render(outputs, _settings.RenderThreads);
renderer.Render(outputs, _settings.RenderThreads, false);
}
catch (Exception exception)
{
Expand Down

0 comments on commit 6aa2504

Please sign in to comment.