1
0
Fork 0

CI-Build 2022-08-18

This commit is contained in:
arch1t3cht 2022-08-18 18:12:06 +02:00
commit 34d339c187
1 changed files with 0 additions and 3 deletions

View File

@ -80,9 +80,6 @@ void AudioWaveformRenderer::Render(wxBitmap &bmp, int start, AudioRenderingStyle
double cur_sample = start * pixel_samples;
assert(provider->GetBytesPerSample() == 2);
assert(provider->GetChannels() == 1);
wxPen pen_peaks(wxPen(pal->get(0.4f)));
wxPen pen_avgs(wxPen(pal->get(0.7f)));