GLSpectrum: force initialisation of frame buffer

This commit is contained in:
Christian Daniel 2012-06-03 23:58:39 +02:00
parent f1fe6f410d
commit 64bceb64eb
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ GLSpectrum::GLSpectrum(QWidget* parent) :
m_changesPending(true),
m_centerFrequency(100000000),
m_sampleRate(500000),
m_fftSize(0),
m_fftSize(512),
m_leftMarginTextureAllocated(false),
m_frequencyTextureAllocated(false),
m_waterfallBuffer(NULL),