Initialized member of Clipping to prevent valgrind warnings
parent
9347d17232
commit
19c11ce25d
|
@ -92,7 +92,7 @@ namespace tgui
|
|||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
private:
|
||||
|
||||
GLint m_scissor[4];
|
||||
GLint m_scissor[4] = {};
|
||||
};
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Reference in New Issue