Fix uninitialized class members in LanczosFilter
SVN_SILENT
This commit is contained in:
parent
d0d274b855
commit
71d703efe3
1 changed files with 3 additions and 0 deletions
|
@ -547,6 +547,9 @@ void LanczosFilter::restoreRenderStates(GLTexture* tex, double opacity, double b
|
|||
LanczosShader::LanczosShader(QObject* parent)
|
||||
: QObject(parent)
|
||||
, m_shader(0)
|
||||
, m_uTexUnit(0)
|
||||
, m_uOffsets(0)
|
||||
, m_uKernel(0)
|
||||
, m_arbProgram(0)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue