Initialized member of Clipping to prevent valgrind warnings

0.8
Bruno Van de Velde 2017-07-24 19:53:08 +02:00
parent 9347d17232
commit 19c11ce25d
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ namespace tgui
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
private:
GLint m_scissor[4];
GLint m_scissor[4] = {};
};
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////