1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-07 03:13:49 +00:00

Initialize all members of TexrectDrawer ctor

This commit is contained in:
Sergey Lipskiy 2016-11-21 16:49:47 +07:00
parent 2a9df504df
commit a906b769e3

View File

@ -363,9 +363,14 @@ OGLRender::TexrectDrawer::TexrectDrawer()
, m_uly(0)
, m_lry(0)
, m_Z(0)
, m_max_lrx(0)
, m_max_lry(0)
, m_FBO(0)
, m_programTex(0)
, m_programClean(0)
, m_enableAlphaTestLoc(-1)
, m_textureBoundsLoc(-1)
, m_scissor(gDPScissor())
, m_pTexture(nullptr)
, m_pBuffer(nullptr)
{}