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

Fix compilation of GLSLCombiner_gles2.cpp

This commit is contained in:
Sergey Lipskiy 2015-09-24 19:01:51 +06:00
parent 076345dadb
commit 43d387b956

View File

@ -32,7 +32,7 @@ static std::string strFragmentShader;
class NoiseTexture
{
public:
NoiseTexture() : m_pTexture(nullptr), m_pData(nullptr), m_PBO(0), m_DList(0) {}
NoiseTexture() : m_pTexture(nullptr), m_pData(nullptr), m_DList(0) {}
void init();
void destroy();
void update();