1
0
Fork 0

Remove format assertion after audio rework

This commit is contained in:
arch1t3cht 2022-08-18 18:08:56 +02:00
parent 0b8f5ad8fa
commit 144860eb59
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)));